ASPxClientUploadControlTextChangedEventArgs.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 the inputIndex property to identify the file input element related to the event. The inputIndex property returns the file input element’s index within the ASPxUploadControl.UploadedFiles collection.
See Also