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

TcxCustomProgressBar.PercentDone Property

Returns the percentage of the task that is currently complete, as displayed by the progress bar.

#Declaration

Delphi
property PercentDone: Integer read;

#Property Value

Type
Integer

#Remarks

This property value is displayed by the progress bar’s text label when the progress bar’s Properties.ShowTextStyle property is set to cxtsPercent.

See Also