Back to Devexpress

SchedulerControl.OptionsView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-666825f7.md

latest1.9 KB
Original Source

SchedulerControl.OptionsView Property

Provides access to the scheduler’s view options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerOptionsView OptionsView { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsView As SchedulerOptionsView

Property Value

TypeDescription
SchedulerOptionsView

A SchedulerOptionsView object which provides access to the scheduler’s view options.

|

Remarks

The object returned provides a set of properties which specify the visibility and layout of visual elements. Please refer to the SchedulerOptionsView class description for a list of the available options and their descriptions.

See Also

OptionsBehavior

OptionsCustomization

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace