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

Specifies whether an overload bar is displayed.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

The progress bar control enables you to display an overload bar – a part of the progress bar with different style settings. This bar is displayed in the range specified by the OverloadValue and Position properties. The style of the bar is controlled by the OverloadBeginColor and OverloadEndColor properties. Please refer to these property descriptions for details.

The overload bar cannot be displayed if:

The default value of the ShowOverload property is False.

See Also