Skip to main content

TrackBarEdit Class

Represents a track bar.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[DXToolboxBrowsable(DXToolboxItemKind.Free)]
public class TrackBarEdit :
    RangeBaseEdit

#Remarks

The TrackBarEdit is a scrollable control which is used to slide a small thumb along a continuous line. A track bar can be oriented horizontally and vertically. Use the BaseEdit.StyleSettings property to specify one of the four built-in styles: Native, Range, Zoom and ZoomRange.

  • Native

    TrackBarEdit_Native

  • Range

    TrackBarEdit_Range

  • Zoom

    TrackBarEdit_Zoom

  • ZoomRange

    TrackBarEdit_ZoomRange

To learn more, see TrackBarEdit.

See Also