# TrackBarEdit | WPF Controls | DevExpress Documentation

You can change the operation mode of a trackbar editor by using the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property.
To apply specific settings, assign the [BaseEdit.StyleSettings](/WPF/DevExpress.Xpf.Editors.BaseEdit.StyleSettings) property of a trackbar editor to one of the objects listed in the table below.

| Operation Mode | Settings object | Description |
| --- | --- | --- |
| Default | [TrackBarStyleSettings](/WPF/DevExpress.Xpf.Editors.TrackBarStyleSettings) | A scrollable control that allows end-users to select a value by sliding a small thumb along the scale.<br><br><br>![TrackBarEdit_NativeStyle](/WPF/images/trackbaredit_nativestyle11453.png) |
| Range | [TrackBarRangeStyleSettings](/WPF/DevExpress.Xpf.Editors.TrackBarRangeStyleSettings) | A range track bar that allows end-users to specify a range of values.<br><br><br>![TrackBarEdit_RangeStyle](/WPF/images/trackbaredit_rangestyle11454.png) |
| Zoom | [TrackBarZoomStyleSettings](/WPF/DevExpress.Xpf.Editors.TrackBarZoomStyleSettings) | A track bar with increment/decrement buttons.<br><br><br>![TrackBarEdit_ZoomStyle](/WPF/images/trackbaredit_zoomstyle11455.png) |
| Zoom and Range | [TrackBarZoomRangeStyleSettings](/WPF/DevExpress.Xpf.Editors.TrackBarZoomRangeStyleSettings) | A range track bar with increment/decrement buttons.<br><br><br>![TrackBarEdit_ZoomRangeStyle](/WPF/images/trackbaredit_zoomrangestyle11456.png) |

See Also

[Editor Operation Modes](/WPF/116526/controls-and-libraries/data-editors/common-features/editor-operation-modes)