ASPxClientUploadControlFileUploadCompleteEventArgs.errorText Property
In This Article
Gets the error text to be displayed within the ASPxUploadControl‘s error frame.
#Declaration
TypeScript
errorText: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the error text. |
See Also