Back to Devexpress

TreeListNode.VisibleParent Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-5ca29399.md

latest1.1 KB
Original Source

TreeListNode.VisibleParent Property

Gets the node’s visible parent.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode VisibleParent { get; }
vb
Public ReadOnly Property VisibleParent As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object that is the node’s visible parent.

|

Remarks

To learn more, see Filter Nodes.

See Also

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace