Back to Devexpress

TimelineView.OptionsSelectionBehavior Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-8027b685.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
OptionsSelectionBehavior

An OptionsSelectionBehavior class instance.

|

See Also

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace