Skip to main content
A newer version of this page is available. .

ASPxClientFileManagerErrorEventArgs Properties

Provides data for the ASPxClientFileManager.ErrorOccurred event.
Name Description
commandName Gets the name of the processed command.
errorCode Gets a specifically generated code that uniquely identifies an error, which occurs while editing an item.
errorText Gets or sets the error description.
showAlert Gets or sets a value specifying whether an event error message is sent to the ASPxClientFileManager.ErrorAlertDisplaying event.
See Also