Table of Contents

Method GetParentTileView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

TileView

Remarks

Use IsRootTileView() to determine if the returned value is the root.