Skip to main content

SchedulerNavigationButtonOptions Class

Provides options which define certain characteristics of Navigation Buttons.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class SchedulerNavigationButtonOptions :
    SchedulerNotificationOptions,
    IXtraSupportShouldSerialize

The following members return SchedulerNavigationButtonOptions objects:

Remarks

The SchedulerNavigationButtonOptions class provides a set of properties that control the appearance and behavior of the Navigation Buttons. An instance of this class can be accessed via the SchedulerOptionsViewBase.NavigationButtons property.

Inheritance

See Also