GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / ListGroup Property
In This Topic
    ListGroup Property
    In This Topic
    Get the GoListGroup actually holding all of the items and painting its separator lines, borders, and background brush.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public GoListGroup ListGroup {get;}
    Remarks
    This GoListGroup must have an Orientation that is Vertical.
    See Also