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

SchedulerViewInfoBase.NavigationButtons Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.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