TcxCustomProgressBarProperties.Text Property
Specifies the text to be displayed by the progress bar’s label.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
The label displays the specified text, if the following conditions are met:
The ShowTextStyle property is set to cxtsText.
The ShowText option is enabled.
See Also