Contents
- Properties
Having trouble getting help?
Contact Support
Contact Support
Api selectEventArgs in Angular ListView component
22 Jan 20251 minute to read
Properties
data Object
| string[]
It denotes the Selected Item dataSource JSON object.
event MouseEvent
| KeyboardEvent
Specifies that event argument when event raised by other event.
index number
It is used to denote the index of the selected element.
isChecked boolean
It is used to check whether the element is checked or not.
isInteracted boolean
Specifies that event has triggered by user interaction.
item HTMLElement
| Element
It denotes the Selected Item list element.
name string
Specifies name of the event.
text string
It denotes the Selected Item text.