ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / Groups Property

In This Topic
    Groups Property (BaseToolbox)
    In This Topic
    Returns groups collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Groups As IList(Of Group)
    public new IList<Group> Groups {get;}
    See Also