RangeTrackBarControl.MoveBegin() Method
If the left slider has focus, this method moves the slider to the beginning of the track bar (Minimum). If the right thumb has focus, the method moves the slider to the left slider position.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The animation below demonstrates how the MoveBegin
method works:
Users can use the Home
key to move the slider to the beginning of the track bar.
See Also