Skip to main content

ASPxClientFileManagerErrorEventArgs.showAlert Property

Gets or sets a value specifying whether an event error message is sent to the ASPxClientFileManager.ErrorAlertDisplaying event.

#Declaration

TypeScript
showAlert: boolean

#Property Value

Type Description
boolean

true to sent an error message; otherwise, false.

#Remarks

Set the showAlert property to true, to sent the error message, specified via the ASPxClientFileManagerErrorEventArgs.errorText property, to the ASPxClientFileManager.ErrorAlertDisplaying event argument’s ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText property.

See Also