Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRow.HasVisibleChildren Method

Tests if the row has visible children.

#Declaration

Delphi
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