Skip to main content

TreeListNode.VisibleParent Property

Gets the node’s visible parent.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.1.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

To learn more, see Filter Nodes.

See Also