Method CanExpand
CanExpand(T)
Returns whether a node can be expanded based on the delegate passed during construction.
public override bool CanExpand(T toExpand)
Parameters
toExpandTThe object to check for expandability.
Returns
- bool
True if the object can be expanded.