Skip to main content

TcxCustomRow.HasVisibleChildren Method

Tests if the row has visible children.

Declaration

function HasVisibleChildren: Boolean;

Returns

Type
Boolean

Remarks

The HasVisibleChildren method returns True if the Count property is greater than 0 and at least one child row is visible that is if the value of the child row’s Visible property is True. Returns False if there is no visible child row or the row has no children at all.

See Also