[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.TocPanel.Expanded

Expanded Property

Expanded

Gets or sets a value indicating whether the Table of Contents (TOC) is expanded.

Declaration
public bool Expanded { get; set; }
Property Value
Type Description
bool

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.