Method GetChildren
GetChildren(T?)
Returns the currently expanded children of the passed object. Returns an empty collection if the branch is not exposed or not expanded.
public IEnumerable<T> GetChildren(T? o)
Parameters
oTAn object in the tree.
Returns
- IEnumerable<T>
The child objects, or an empty collection if not expanded.