Skip to main content

TreeListNode.VisibleParent Property

Gets the node’s visible parent.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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