RangeTrackBarControl.AllowRangeDragging Property
Gets or sets whether an end-user can drag the selected range with the mouse.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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:
See Also