isExpanded abstract method

bool isExpanded(
  1. TreeViewNode<T> node
)

Returns whether or not the given TreeViewNode is expanded, regardless of whether or not it is active in the tree.

Implementation

bool isExpanded(TreeViewNode<T> node);