Skip to main content

SchedulerViewInfoBase.NavigationButtons Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public NavigationButtonCollection NavigationButtons { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Drawing.NavigationButtonCollection

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

See Also