ASPxClientFileManagerErrorEventArgs.showAlert Property
In This Article
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 |
|
#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