wpf-devexpress-dot-xpf-dot-editors-fc47798f.md
Represents the track bar’s range (edit value).
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class TrackBarEditRange :
INotifyPropertyChanged
Public Class TrackBarEditRange
Implements INotifyPropertyChanged
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.
To learn more, see TrackBarEdit.
Object TrackBarEditRange
See Also