TreeView.getSelectedRows

Get the row(s) selected in the tree view.

class TreeView
getSelectedRows
(
bool includeChildren = false
)

Parameters

includeChildren bool

Specifies whether or not to include the children.

Return Value

Type: TreeViewRow[]

An array containing the selected rows.

Meta