[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ToolbarItems.RemoveItem

RemoveItem Method

RemoveItem(string)

Removes existing item from the toolbar.

Declaration
public Task RemoveItem(string key)
Parameters
Type Name Description
string key

The key of the toolbar item to be removed. This key should match the one specified when the item was added.

Returns
Type Description
Task

A task that represents the asynchronous operation of removing the toolbar item.