Skip to main content

SchedulerOptionsViewBase.NavigationButtons Property

Provides access to the navigation button’s options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public SchedulerNavigationButtonOptions NavigationButtons { get; }

Property Value

Type Description
SchedulerNavigationButtonOptions

A SchedulerNavigationButtonOptions class, containing options for displaying Navigation Buttons.

See Also