ASPxClientProgressBar.GetDisplayText Method
Returns the text displayed within the progress bar.
Declaration
GetDisplayText(): string
Returns
Type | Description |
---|---|
string | A String value that is the text displayed within the editor. |
Remarks
This method returns the text displayed in the progress bar, formatted according to the display format pattern applied (if any).
See Also