Skip to main content

RangeControl.IsSelectionMoving Property

Gets whether the selected range is moving.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsSelectionMoving { get; }

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