Skip to main content

ASPxClientUploadControlValidationErrorOccurredEventArgs Members

Provides data for the ASPxClientUploadControl.ValidationErrorOccurred event.

Constructors

Name Description
constructor(errorText, invalidFiles) Initializes a new instance of the ASPxClientUploadControlValidationErrorOccurredEventArgs class with specified settings.

Properties

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