Skip to main content

SchedulerOptionsView Class

Provides view options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class SchedulerOptionsView :
    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.

See Also