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

In This Topic
    Visible Property (AboutButton)
    In This Topic
    Specifies whether About button 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