ASPxClientUploadControlFileUploadCompleteEventArgs Properties
Provides data for the ASPxClientUploadControl.FileUploadComplete event.Name | Description |
---|---|
callbackData | Gets a string that contains specific information (if any) passed from the server side for further client processing. |
errorText | Gets the error text to be displayed within the ASPxUploadControl‘s error frame. |
inputIndex | Gets the index of a file input element within the ASPxUploadControl. |
isValid | Gets or sets a value indicating whether the uploaded file passes validation. |
See Also