Skip to main content

ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText Property

Gets or sets the errors description.

Declaration

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