BaseViewAppearance.NavigationButtonDisabled Property
Provides access to an object that specifies the appearance settings for the disabled Navigation button.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject class instance. |
Remarks
Use this property to customize the appearance of the Navigation Buttons in a disabled state. It applies to a particular Scheduler View.
See Also