ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / Visible Property

In This Topic
    Visible Property (Sidebar)
    In This Topic
    Gets or sets the value indicating whether the sidebar is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}

    Property Value

    true if the Sidebar is visible; otherwise, false. The default value is false.
    Remarks
    This property controls the visibility of the Sidebar, allowing it to be shown or hidden based on user interaction or other conditions within the application.
    See Also