ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace / IBandedListGroup Interface / SubGroups Property

In This Topic
    SubGroups Property (IBandedListGroup)
    In This Topic
    Gets the collection of subgroups for this group.
    Syntax
    'Declaration
     
    ReadOnly Property SubGroups As IItemCollection(Of IBandedListGroup)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the collection of subgroups.
    See Also