Table of Contents

Method CanExpand

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

CanExpand(T)

Returns whether a node can be expanded based on the delegate passed during construction.

public override bool CanExpand(T toExpand)

Parameters

toExpand T

The object to check for expandability.

Returns

bool

True if the object can be expanded.