Skip to main content

SchedulerOptionsViewBase.NavigationButtons Property

Provides access to the navigation button’s options.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerNavigationButtonOptions NavigationButtons { get; }

Property Value

Type Description
SchedulerNavigationButtonOptions

A SchedulerNavigationButtonOptions class, containing options for displaying Navigation Buttons.

See Also