Skip to main content
A newer version of this page is available. .

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

Declaration

public OptionsSelectionBehavior OptionsSelectionBehavior { get; }

Property Value

Type Description
OptionsSelectionBehavior

An OptionsSelectionBehavior class instance.

Remarks

Original selection:

OptionSelectionBehaviorA

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

OptionSelectionBehviorB1

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

OptionSelectionBehaviorB

See Also