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 |
|
Remarks
Set the showAlert property to true to show the alert message with the text, specified via the ASPxClientFileManagerErrorAlertDisplayingEventArgs.errorText property.
See Also