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

TrackBarControl.MoveBegin() Method

Scrolls the trackbar to the lower end of the range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void MoveBegin()

Remarks

The MoveBegin method sets the TrackBarControl.Value property to the lower end of the range which is specified by the RepositoryItemTrackBar.Minimum property.

See Also