TcxTreeListNode.HasVisibleChildren Property
Checks whether the node has children available in the View.
Declaration
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