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