TcxTreeListNode.HasVisibleChildren Property
In This Article
Checks whether the node has children available in the View.
#Declaration
Delphi
property HasVisibleChildren: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
The property returns True, if at least one child’s Visible property is True.
See Also