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

TdxCustomZoomTrackBarProperties.ThumbStep Property

Specifies the manner in which the track bar’s thumb is moved when the track bar is clicked.

#Declaration

Delphi
property ThumbStep; default cxtsJump;

#Property Value

Type Default
TcxTrackBarThumbStep cxtsJump

#Remarks

This property offers the same functionality as the Properties.ThumbStep property of a normal track bar editor. Refer to the TcxCustomTrackBarProperties.ThumbStep property description to learn more.

The default value of the ThumbStep property is cxtsJump.

See Also