ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / App Class / Panels Property

In This Topic
    Panels Property
    In This Topic
    Gets the object providing access to the menu and sidebar panels.
    Syntax
    'Declaration
     
    Public ReadOnly Property Panels As Panels
    public Panels Panels {get;}

    Property Value

    An instance of Panels that provides methods to interact with the menu and sidebar.
    Remarks
    Use this property to interact with the menu and sidebar panels of the application.
    See Also