expanded property

bool get expanded

Whether this node is currently expanded to show its children.

Returns: bool. True when the node is expanded and children are visible, false when collapsed. Root nodes are always considered expanded.

Implementation

bool get expanded;