ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ViewerViewModel Class / SidebarCollapsed Property

In This Topic
    SidebarCollapsed Property
    In This Topic
    Gets or sets a value indicating whether the sidebar collapsed.
    Syntax
    'Declaration
     
    Public Property SidebarCollapsed As Boolean
    public bool SidebarCollapsed {get; set;}

    Property Value

    true if [sidebar collapsed]; otherwise, false.
    See Also