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

SchedulerOptionsViewBase Class

Defines a base class for view options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public abstract class SchedulerOptionsViewBase :
    SchedulerNotificationOptions

Remarks

The SchedulerOptionsViewBase class provides a set of Boolean properties that specify the scheduler’s appearance, and serves as a base for the SchedulerOptionsView class.

See Also