ASPxClientProgressBar.GetDisplayText Method
In This Article
Returns the text displayed within the progress bar.
#Declaration
TypeScript
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