Back to Devexpress

TrackBarEdit

wpf-116531-controls-and-libraries-data-editors-common-features-editor-operation-modes-trackbaredit.md

latest1.6 KB
Original Source

TrackBarEdit

  • Jun 07, 2019

You can change the operation mode of a trackbar editor by using the BaseEdit.StyleSettings property. To apply specific settings, assign the BaseEdit.StyleSettings property of a trackbar editor to one of the objects listed in the table below.

|

Operation Mode

|

Settings object

|

Description

| | --- | --- | --- | |

Default

|

TrackBarStyleSettings

|

A scrollable control that allows end-users to select a value by sliding a small thumb along the scale.

| |

Range

|

TrackBarRangeStyleSettings

|

A range track bar that allows end-users to specify a range of values.

| |

Zoom

|

TrackBarZoomStyleSettings

|

A track bar with increment/decrement buttons.

| |

Zoom and Range

|

TrackBarZoomRangeStyleSettings

|

A range track bar with increment/decrement buttons.

|

See Also

Editor Operation Modes