Vue TreeList Row
A row is a visual representation of a node. Row objects can be accessed using the getVisibleRows() method and within some event handlers, for example, onCellClick or onRowClick.
isExpanded
Indicates whether the row is expanded or collapsed. Available if rowType is "data" or "detail".
key
The row data object's key. Available if rowType is "data", "detail" or "detailAdaptive".
level
The row's hierarchical level. Available if rowType is "data" or "detail".
The row's level is the same as its node's level.
rowIndex
The row's visible index. This index is zero-based and available if rowType is "data", "detail" or "detailAdaptive".
rowType
This field accepts the following values.
- "data"
A row containing data. - "detail"
A row shown in the detail section when a user edits the row in the 'form' editing mode. - "detailAdaptive"
A row shown in the detail section of the adaptive column. This column appears when the widget adapts to the screen or container size. - "header"
The row containing column headers. - "filter"
The filter row.
Properties available in the row object depend on the row type. For example, the data and key properties are available only for detail, detailAdaptive and data rows. To get information on a particular property, see its description.
If you have technical questions, please create a support ticket in the DevExpress Support Center.