Skip to main content

TrackBarControl.RefreshLabels() Method

Fires the sequence of the TrackBarControl.CustomLabel events for every tick within a TrackBarControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RefreshLabels()

Remarks

By default, the TrackBarControl.CustomLabel event fires once on application start-up. Call the RefreshLabels method at any time to force the TrackBarControl.CustomLabel to occur for every existing tick.

See the RepositoryItemTrackBar.Labels topic to learn more.

See Also