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

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

    Property Value

    The display text as a System.String.
    Remarks
    The Text property defines the text that is displayed on the toolbar item.
    See Also