Skip to main content
A newer version of this page is available. .

TrackBarEditRange Class

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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