ToolbarItem Class
In This Article
A toolbar item.
Namespace: DevExpress.Blazor.Reporting.Models
Assembly: DevExpress.Blazor.v24.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Viewer
#Declaration
public class ToolbarItem :
IToolbarItem
#Remarks
Handle the DxReportViewer.OnCustomizeToolbar event to access and modify toolbar items.
The following toolbar items are available out-of-the-box:
#Implements
See Also