Back to Devexpress

TrackBarControl.MoveEnd() Method

windowsforms-devexpress-dot-xtraeditors-dot-trackbarcontrol-e1583dfa.md

latest1.6 KB
Original Source

TrackBarControl.MoveEnd() Method

Scrolls the trackbar to the upper end of the range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void MoveEnd()
vb
Public Overridable Sub 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

MoveBegin()

MoveLargeLeft()

MoveLargeRight()

MoveLeft()

MoveRight()

TrackBarControl Class

TrackBarControl Members

DevExpress.XtraEditors Namespace