Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TrackBarEditRange Class

Represents the track bar’s range (edit value).

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class TrackBarEditRange :
    INotifyPropertyChanged

#Remarks

A track bar editor supports four built-in styles which define its appearance and behavior: Native, Range, Zoom and ZoomRange. When using the range track bar (Range or ZoomRange), its BaseEdit.EditValue property returns a TrackBarEditRange object. The TrackBarEditRange class provides the TrackBarEditRange.SelectionStart and TrackBarEditRange.SelectionEnd properties, which specify the start and end of the range, respectively.

TrackBarEdit_RangeParameters

To learn more, see TrackBarEdit.

#Inheritance

Object
TrackBarEditRange
See Also