Search
TreeViewItem.HasItems Property
See Also
 






Gets a value indicating whether this item has child items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HasItems { get; }

Visual Basic  Copy Code

Public ReadOnly Property HasItems As Boolean

 Property Value

true to indicate that this item has children, otherwise false.

 See Also