TcxTreeListNode.GetNextSiblingVisible Method
Returns the next node available in the View at the current nesting level.
Declaration
function GetNextSiblingVisible: TcxTreeListNode;
Returns
Type |
---|
TcxTreeListNode |
Remarks
This function returns the next sibling whose Visible property is True. If the function is called on the last node at the current level, nil is returned.
To obtain the next node, independent of the visibility status, use the getNextSibling function instead.
See Also