Method IsExpanded
IsExpanded(T?)
Returns true if the given object o is exposed in the tree and expanded otherwise false.
public bool IsExpanded(T? o)
Parameters
oTAn object in the tree to check.
Returns
- bool
True if the object is visible and expanded.