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.ShowTicks Property

Switches the visibility of tick marks.

#Declaration

Delphi
property ShowTicks; default False;

#Property Value

Type Default
Boolean False

#Remarks

This property offers the same functionality as the Properties.ShowTicks property of a normal track bar editor. The only difference between them is that in the zoom track bar editor, the interval between neighboring tick marks is specified via individual Frequency settings of scale ranges. Refer to the TcxCustomTrackBarProperties.ShowTicks property description to learn more about the ShowTicks property.

The default value of the ShowTicks property is False.

See Also