TrackBarControl.RefreshLabels() Method
Fires the sequence of the TrackBarControl.CustomLabel events for every tick within a TrackBarControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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