Skip to main content
A newer version of this page is available. .

TreeListNode.VisibleParent Property

Gets the node’s visible parent.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public TreeListNode VisibleParent { get; }

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