GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / ItemCount Property
In This Topic
    ItemCount Property
    In This Topic
    Gets the number of items in the list.
    Syntax
    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