Back to Devexpress

TreeListNode.HasVisibleChildren Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-25cd8606.md

latest1.4 KB
Original Source

TreeListNode.HasVisibleChildren Property

Gets whether the node has a child node(s) displayed within a View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool HasVisibleChildren { get; }
vb
Public ReadOnly Property HasVisibleChildren As Boolean

Property Value

TypeDescription
Boolean

true if the node has a child node(s) displayed within a View; otherwise, false.

|

Remarks

The HasVisibleChildren property returns false , if the node has no child nodes or it is collapsed.

See Also

HasChildren

Iterate Through Nodes

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace