Back to Devexpress

RangeControl.IsSelectionMoving Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-ca1d9f74.md

latest1.3 KB
Original Source

RangeControl.IsSelectionMoving Property

Gets whether the selected range is moving.

Namespace : DevExpress.Xpf.Editors.RangeControl

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsSelectionMoving { get; }
vb
Public ReadOnly Property IsSelectionMoving As Boolean

Property Value

TypeDescription
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

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace