UpdateSelectionDurationAction Enum
Specifies how the selection extends when the time scale is changed to a larger one.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
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