GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Item Property
In This Topic
    Item Property (GoGroup)
    In This Topic
    This IList indexed property gets or sets the object at a position in the group's array of children.
    Overload List
    OverloadDescription
    This IList indexed property gets or sets the object at a position in the group's array of children.  
    For convenience, you can access named child objects using an indexer.  
    Remarks
    You can also refer to objects by name (a string) if they have been named, either with a call to AddChildName or with an override of FindChild.
    See Also