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

In This Topic
    Action Property (ToolbarItem)
    In This Topic
    Gets or sets the action handler for the toolbar item. This handler is invoked when the item is activated.
    Syntax
    'Declaration
     
    Public Property Action As Action
    public Action Action {get; set;}
    Remarks
    The Action property allows you to define the action that should be executed when the toolbar item is clicked or activated.
    See Also