ASPxClientFileManagerErrorEventArgs.errorText Property
Gets or sets the error description.
Declaration
errorText: string
Property Value
Type | Description |
---|---|
string | A string value specifying the error description. |
Remarks
By default the errorText property returns the error explanatory text. You can provide the custom error description instead. If the event’s parameter ASPxClientFileManagerErrorEventArgs.showAlert is set to true, the errorText property value is added to the ASPxClientFileManager.ErrorAlertDisplaying event argument’s ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText property.
See Also