New to Kendo UI for Angular? Start a free 30-day trial
DataItem
Represents a TreeList item for a data row. Use this interface to access information about a data row in the TreeList.
Name | Type | Default | Description |
---|---|---|---|
data |
|
Provides a reference to the data item. | |
index |
|
Specifies the index of the TreeList item. This value may differ from the index of the data item in the source data set. | |
isEditing |
|
Indicates if the item is currently being edited. | |
type |
|
Specifies the type of the TreeList item. |