ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TocPanel Class / Expanded Property

In This Topic
    Expanded Property (TocPanel)
    In This Topic
    Gets or sets a value that indicates whether the TocPanel is expanded.
    Syntax
    'Declaration
     
    Public Property Expanded As Boolean
    public bool Expanded {get; set;}

    Property Value

    true if the TOC is expanded; otherwise, false.
    Remarks
    This property controls the expansion state of the TOC panel. When set to true, the TOC panel is fully expanded, displaying all available sections and subsections of the report. When set to false, the TOC panel is collapsed, hiding its contents. This feature allows users to manage the visibility of the report's structure for easier navigation and a cleaner workspace.
    See Also