Skip to main content
A newer version of this page is available. .

TreeListNode.HasVisibleChildren Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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