Back to Devexpress

BaseViewAppearance.NavigationButton Property

windowsforms-devexpress-dot-xtrascheduler-dot-baseviewappearance-e7761a84.md

latest1.5 KB
Original Source

BaseViewAppearance.NavigationButton Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject class instance.

|

Remarks

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

See Also

BaseViewAppearance Class

BaseViewAppearance Members

DevExpress.XtraScheduler Namespace