Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTrackBarProperties.ReverseDirection Property

Switches the scale direction of the track bar to the opposite direction.

#Declaration

Delphi
property ReverseDirection: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to reverse the scale direction of the track bar. In addition to reversing the order of track bar values, this property changes the position of the change buttons and reverses the functionality provided by thumb navigation keys. Refer to the LineSize and PageSize properties to learn more about this functionality.

The default value of the ReverseDirection property is False.

See Also