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

SchedulerOptionsView Class

Provides view options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public class SchedulerOptionsView :
    SchedulerOptionsViewBase

The following members accept/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