GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoMultiTextNode Class
/ ItemCount Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ItemCount Property
In This Topic
Gets the number of items in the list.
Syntax
C#
public
int
ItemCount {
get
;}
Property Value
This is the same as
ListGroup.Count
.
Remarks
The
GoGroup.Count
property refers to the number of immediate child objects in this node, which includes the
ListGroup
and some ports, not the items in the
GoListGroup
.
See Also
Reference
GoMultiTextNode Class
GoMultiTextNode Members