ASPxClientListEditItemSelectedChangedEventArgs.index Property
In This Article
Gets the index of the item related to the event.
#Declaration
TypeScript
index: number
#Property Value
Type | Description |
---|---|
number | The item’s index within the corresponding editor’s item collection. |
See Also