Method GetParentTileView
GetParentTileView()
Returns the immediate parent TileView of this. Note that in case of deep nesting this might not be the root TileView. Returns null if this instance is not a nested child (created with TrySplitTile(int, int, out TileView))
public TileView? GetParentTileView()
Returns
Remarks
Use IsRootTileView() to determine if the returned value is the root.