Skip to main content

SchedulerOptionsViewBase.NavigationButtons Property

Provides access to the navigation button’s options.

Namespace: DevExpress.XtraScheduler

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

Declaration

public SchedulerNavigationButtonOptions NavigationButtons { get; }

Property Value

Type Description
SchedulerNavigationButtonOptions

A SchedulerNavigationButtonOptions class, containing options for displaying Navigation Buttons.

See Also