Back to Devexpress

SchedulerNavigationButtonOptions Class

corelibraries-devexpress-dot-xtrascheduler-40345106.md

latest2.2 KB
Original Source

SchedulerNavigationButtonOptions Class

Provides options which define certain characteristics of Navigation Buttons.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class SchedulerNavigationButtonOptions :
    SchedulerNotificationOptions,
    IXtraSupportShouldSerialize
vb
Public Class SchedulerNavigationButtonOptions
    Inherits SchedulerNotificationOptions
    Implements 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

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerNavigationButtonOptions

See Also

SchedulerNavigationButtonOptions Members

DevExpress.XtraScheduler Namespace