TimelineView.OptionsSelectionBehavior Property
Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| OptionsSelectionBehavior | An OptionsSelectionBehavior class instance. |
Remarks
Original selection:

The scale is changed to a larger one, the OptionsSelectionBehavior.UpdateSelectionDurationAction is UpdateSelectionDurationAction.Adjust:

The same scale change as before, but the OptionsSelectionBehavior.UpdateSelectionDurationAction is UpdateSelectionDurationAction.Reset:

See Also