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