TimelineView.OptionsSelectionBehavior Property
Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public OptionsSelectionBehavior OptionsSelectionBehavior { get; set; }
Public Property OptionsSelectionBehavior As OptionsSelectionBehavior
Property Value
| Type | Description |
|---|---|
| DevExpress.Xpf.Scheduler.OptionsSelectionBehavior | An OptionsSelectionBehavior class instance. |
See Also