TrackBarEditRange Class
Represents the track bar’s range (edit value).
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
To learn more, see TrackBarEdit.
Inheritance
Object
TrackBarEditRange
See Also