Back to Devexpress

BaseViewAppearance.NavigationButtonDisabled Property

windowsforms-devexpress-dot-xtrascheduler-dot-baseviewappearance-26269af0.md

latest1.6 KB
Original Source

BaseViewAppearance.NavigationButtonDisabled Property

Provides access to an object that specifies the appearance settings for the disabled Navigation button.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppearanceObject NavigationButtonDisabled { get; }
vb
Public ReadOnly Property NavigationButtonDisabled As AppearanceObject

Property Value

TypeDescription
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

BaseViewAppearance Class

BaseViewAppearance Members

DevExpress.XtraScheduler Namespace