Table of Contents

Method IsExpanded

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

IsExpanded(T?)

Returns true if the given object o is exposed in the tree and expanded otherwise false.

public bool IsExpanded(T? o)

Parameters

o T

An object in the tree to check.

Returns

bool

True if the object is visible and expanded.