ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / HomeTab Class / Visible Property

In This Topic
    Visible Property (HomeTab)
    In This Topic
    Specifies whether Home tab needs to be shown in Designer application bar.
    Syntax
    'Declaration
     
    Public Property Visible As Nullable(Of Boolean)
    public Nullable<bool> Visible {get; set;}
    See Also