A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsSelectionBehavior OptionsSelectionBehavior { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsSelectionBehavior As OptionsSelectionBehavior
Property Value
Type | Description |
---|---|
OptionsSelectionBehavior | An OptionsSelectionBehavior class instance. |
See Also
Feedback