ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / ThumbnailsPanel Class / Visible Property

In This Topic
    Visible Property (ThumbnailsPanel)
    In This Topic
    Gets or sets the value that determines whether the viewer's thumbnails panel is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}

    Property Value

    System.Boolean true if visible; otherwise, false.
    Remarks
    The default value is true.
    See Also