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

BaseViewAppearance.NavigationButton Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppearanceObject NavigationButton { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject class instance.

Remarks

Use this property to customize the appearance of the Navigation Buttons for a particular Scheduler View.

See Also