ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItems Class / GetKeys Method

In This Topic
    GetKeys Method (ToolbarItems)
    In This Topic
    Returns identifiers of default and added buttons in the order in which they will be displayed in the toolbar
    Syntax
    'Declaration
     
    Public Function GetKeys() As ValueTask(Of String())
    public ValueTask<string[]> GetKeys()
    See Also