ASPxClientUploadControlFilesUploadCompleteEventArgs.errorText Property
In This Article
Gets the error text to be displayed within the upload control’s error frame.
#Declaration
TypeScript
errorText: string
#Property Value
Type | Description |
---|---|
string | A string value that is the error text. |
See Also