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

ASPxClientUploadControlFileUploadCompleteEventArgs.inputIndex Property

Gets the index of a file input element within the ASPxUploadControl.

Declaration

inputIndex: number

Property Value

Type Description
number

An integer value that specifies the file input element’s index.

Remarks

Use this property to identify the uploaded file by its index within the ASPxUploadControl.UploadedFiles collection.

See Also