ASPxClientUploadControlFileUploadCompleteEventArgs.inputIndex Property
Gets the index of a file input element within the ASPxUploadControl.
Declaration
inputIndex: number
Property Value
Type | Description |
---|---|
number | The index of the file input element. |
Remarks
Use this property to identify the uploaded file by its index within the ASPxUploadControl.UploadedFiles collection.
See Also