Method GetParent
GetParent(T?)
Returns the parent object of o in the tree. Returns null if the object is not exposed in
the tree.
public T? GetParent(T? o)
Parameters
oTAn object in the tree.
Returns
- T
The parent object, or null if the object is a root or not exposed.