Skip to main content

TreeListNode.HasVisibleChildren Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool HasVisibleChildren { get; }

Property Value

Type Description
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