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

SchedulerNavigationButtonOptions Class

Provides options which define certain characteristics of Navigation Buttons.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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