ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / TitleSettings Class / Disabled Property

In This Topic
    Disabled Property (TitleSettings)
    In This Topic
    Specifies whether browser tab title can be updated.
    Syntax
    'Declaration
     
    Public Property Disabled As Nullable(Of Boolean)
    public Nullable<bool> Disabled {get; set;}
    See Also