RangeControl.IsSelectionMoving Property
Gets whether the selected range is moving.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the selected range is moving; otherwise, false. |
Remarks
If an end-user moves the selected range with the mouse, the IsSelectionMoving property remains true until range movement stops.
See Also