Skip to main content
A newer version of this page is available. .

BaseViewAppearance.NavigationButtonDisabled Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppearanceObject NavigationButtonDisabled { get; }

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