Back to Devexpress

TrackBarEditRange Class

wpf-devexpress-dot-xpf-dot-editors-fc47798f.md

latest1.6 KB
Original Source

TrackBarEditRange Class

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TrackBarEditRange :
    INotifyPropertyChanged
vb
Public Class TrackBarEditRange
    Implements 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.

To learn more, see TrackBarEdit.

Inheritance

Object TrackBarEditRange

See Also

TrackBarEditRange Members

DevExpress.Xpf.Editors Namespace