ActiveReports 18 .NET Edition
MESCIUS.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 ReadOnly Property Groups As IList(Of Group)
    public IList<Group> Groups {get;}
    See Also