TimelineView.OptionsSelectionBehavior Property
Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsSelectionBehavior OptionsSelectionBehavior { get; }
Property Value
Type | Description |
---|---|
OptionsSelectionBehavior | An OptionsSelectionBehavior class instance. |
See Also