Skip to main content
A newer version of this page is available. .

RangeControl.IsSelectionMoving Property

Gets whether the selected range is moving.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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