UpdateSelectionDurationAction Enum
Specifies how the selection extends when the time scale is changed to a larger one.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Members
| Name | Description |
|---|---|
Adjust
|
The selection is adjusted to represent the originally selected interval, so the selection may span acreoos several cells.
|
Reset
|
The selection is reset, so it occupies only the beginning of the previously selected interval.
|
Related API Members
The following properties accept/return UpdateSelectionDurationAction values:
See Also

