Back to Devexpress

SchedulerControl.OptionsBehavior Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-6abe21a4.md

latest1.9 KB
Original Source

SchedulerControl.OptionsBehavior Property

Provides access to the scheduler’s behavior options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
SchedulerOptionsBehavior

A SchedulerOptionsBehavior object which contains the scheduler’s behavior options.

|

Remarks

The object returned provides a set of Boolean properties which describe the scheduler’s current functionality. Please refer to the SchedulerOptionsBehavior class description for a list of the available options and their descriptions.

See Also

OptionsCustomization

OptionsView

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace