ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText Property
In This Article
Gets or sets the errors description.
#Declaration
TypeScript
errorText: string
#Property Value
Type | Description |
---|---|
string | A string that is the errors description. |
#Remarks
The errorText returns the descriptions of errors (the ASPxClientFileManagerErrorEventArgs.errorText property values), whose ASPxClientFileManagerErrorEventArgs.showAlert property is set to true in the ErrorOccurred event. You can provide the custom error message instead.
See Also