TreeViewRow.this

Constructor.

class TreeViewRow
this
(
string[] values
,
bool isOpen = false
,
string[] tags = []
)

Parameters

values string[]

The values of the columns.

isOpen bool

Whether or not to display the row open.

tags string[]

The tags to associate to this row.

Meta