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

TcxCustomProgressBarProperties.ShowText Property

Specifies whether the progress bar displays a text label.

#Declaration

Delphi
property ShowText: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

If this property is set to True, the progress bar’s label shows the textual information as specified by the ShowTextStyle property:

The following image shows a label that displays completion percentage:

Setting the ShowText property to False hides the text label.

You can change the orientation of the label using the TextOrientation property. Its font settings can be customized using the Style.Font property. You can also force the label to use colors inverse to its background (thus ensuring that it is always visible). See the SolidTextColor property description for details.

The default value of the ShowText property is True.

See Also