TreeListNode.VisibleParent Property
In This Article
Gets the node's visible parent.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
If the TreeListView.FilterMode property is set to Smart, filtering affects the hierarchy of nodes. Use the VisibleParent property to obtain the actual parent node.
To learn more, see Filtering Nodes.
See Also