Skip to main content

TcxTreeListNode.CanExpand Method

Indicates whether the node can be expanded.

Declaration

function CanExpand: Boolean;

Returns

Type
Boolean

Remarks

U If this function returns True, the node can be expanded by clicking the expand button or by calling the node’s Expand method. Call the TreeList control’s FullExpand method to expand all collapsed nodes.

This CanExpand function call fires the OnExpanding event.

See Also