Table of Contents

Method CanExpand

Namespace
Terminal.Gui.Trees
Assembly
Terminal.Gui.dll

CanExpand(T)

Override this method to return a rapid answer as to whether GetChildren(T) returns results. If you are implementing this method ensure you passed true in base constructor or set SupportsCanExpand

public virtual bool CanExpand(T toExpand)

Parameters

toExpand T

Returns

bool