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

In This Topic
    Visible Property (MenuSettings)
    In This Topic
    Specifies whether Main Menu needs to be shown.
    Syntax
    'Declaration
     
    Public Property Visible As Nullable(Of Boolean)
    public Nullable<bool> Visible {get; set;}
    See Also