Skip to main content

TreeListNode.HasVisibleChildren Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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