Back to Devexpress

SchedulerViewInfoBase.NavigationButtons Property

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-dot-schedulerviewinfobase-17e039b1.md

latest1.4 KB
Original Source

SchedulerViewInfoBase.NavigationButtons Property

Provides access to the Navigation Buttons collection of the current view.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public NavigationButtonCollection NavigationButtons { get; }
vb
Public ReadOnly Property NavigationButtons As NavigationButtonCollection

Property Value

TypeDescription
DevExpress.XtraScheduler.Drawing.NavigationButtonCollection

A DevExpress.XtraScheduler.Drawing.NavigationButtonCollection object that represents navigation buttons for the view.

|

See Also

SchedulerViewInfoBase Class

SchedulerViewInfoBase Members

DevExpress.XtraScheduler.Drawing Namespace