ASPxClientUploadControl.SetUploadButtonText(text) Method
In This Article
Sets the text to be displayed within the upload button.
#Declaration
TypeScript
SetUploadButtonText(
text: string
): void
#Parameters
Name | Type | Description |
---|---|---|
text | string | A string value specifying the text to be displayed within the button. |
See Also