ASPxClientUploadControlFileUploadCompleteEventArgs.inputIndex Property
In This Article
Gets the index of a file input element within the ASPxUploadControl.
#Declaration
TypeScript
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