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

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

    Property Value

    The unique key as a System.String.
    Remarks
    This property is used to identify the toolbar item uniquely within the toolbar.
    See Also