Skip to main content

TrackBarControl.MoveEnd() Method

Scrolls the trackbar to the upper end of the range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void MoveEnd()

Remarks

The MoveEnd method sets the TrackBarControl.Value property to the upper end of the range which is specified by the RepositoryItemTrackBar.Maximum property.

See Also