TreeListNode.VisibleParent Property
Gets the node’s visible parent.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
TreeListNode | A TreeListNode object that is the node’s visible parent. |
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 Filter Nodes.
See Also