Skip to main content

UpdateSelectionDurationAction Enum

Specifies how the selection extends when the time scale is changed to a larger one.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public enum UpdateSelectionDurationAction

Members

Name Description
Adjust

The selection is adjusted to represent the originally selected interval, so the selection may span acreoos several cells.

OptionSelectionBehaviorB1

Reset

The selection is reset, so it occupies only the beginning of the previously selected interval.

OptionSelectionBehaviorB

Related API Members

The following properties accept/return UpdateSelectionDurationAction values:

See Also