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

RangeTrackBarControl.AllowRangeDragging Property

Gets or sets whether an end-user can drag the selected range with the mouse.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool AllowRangeDragging { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a user can drag the selected range with the mouse; otherwise, false.

Remarks

If the AllowRangeDragging property is set to true, an end-user can drag the selected range with the mouse:

RangeTrackBar-DragRange

See Also