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

ASPxClientUploadControlValidationErrorOccurredEventArgs Properties

Provides data for the ASPxClientUploadControl.ValidationErrorOccurred event.
Name Description
errorText Gets or sets the error text.
invalidFiles Returns an array of invalid files.
showAlert Gets or sets a value specifying whether an alert message is displayed when the ASPxClientUploadControl.ValidationErrorOccurred event fires.
validationSettings Gets the validation settings for the selected files.
See Also