ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf 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 expanded; otherwise, false.
    See Also