Skip to main content

ASPxClientFileManagerErrorAlertDisplayingEventArgs.showAlert Property

Gets or sets a value specifying whether an alert message is displayed when the event fires.

Declaration

showAlert: boolean

Property Value

Type Description
boolean

true to display an alert message; otherwise, false.

Remarks

Set the showAlert property to true to show the alert message with the text, specified via the ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText property.

See Also