Back to Devexpress

SchedulerOptionsView Class

windowsforms-devexpress-dot-xtrascheduler-13f68989.md

latest1.8 KB
Original Source

SchedulerOptionsView Class

Provides view options for the Scheduler control.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class SchedulerOptionsView :
    SchedulerOptionsViewBase
vb
Public Class SchedulerOptionsView
    Inherits SchedulerOptionsViewBase

The following members return SchedulerOptionsView objects:

Remarks

The SchedulerOptionsView class provides a set of Boolean properties that specify the scheduler’s appearance. These options can be accessed via the control’s SchedulerControl.OptionsView property.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerOptionsViewBase SchedulerOptionsView

See Also

SchedulerOptionsView Members

OptionsView

DevExpress.XtraScheduler Namespace