Method Expand
Expand()
Expands the currently SelectedObject.
public void Expand()
Expand(T)
Expands the supplied object if it is contained in the tree (either as a root object or as an exposed branch object).
public void Expand(T toExpand)
Parameters
toExpand
TThe object to expand.