TreeListRowPropertyName
public enum TreeListRowPropertyName : String, PropertyNameProtocol
Undocumented
-
The model holding the row’s children.
Declaration
Swift
case children = "children"
-
The depth in the tree of this row.
Declaration
Swift
case depth = "depth"
-
If this row can ever be expanded.
Declaration
Swift
case expandable = "expandable"
-
If this row is currently expanded.
Declaration
Swift
case expanded = "expanded"
-
The item held in this row.
Declaration
Swift
case item = "item"