Gets a value indicating whether this item has child items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool HasItems { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property HasItems As Boolean |
true to indicate that this item has children, otherwise false.
See Also