Back to Devexpress

UpdateSelectionDurationAction Enum

corelibraries-devexpress-dot-xtrascheduler-9b97c4a3.md

latest1.5 KB
Original Source

UpdateSelectionDurationAction Enum

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum UpdateSelectionDurationAction
vb
Public Enum UpdateSelectionDurationAction

Members

NameDescription
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.

|

The following properties accept/return UpdateSelectionDurationAction values:

See Also

DevExpress.XtraScheduler Namespace