ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class / Title Property

In This Topic
    Title Property (ToolbarItem)
    In This Topic
    Gets or sets the tooltip text for the toolbar item.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}

    Property Value

    The tooltip text as a System.String.
    Remarks
    The Title property sets the text that appears as a tooltip when the user hovers over the toolbar item.
    See Also