Skip to main content
All docs
V23.2

ToolbarItem.Click Property

Specifies the Click event handler.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public Func<ToolbarItemClickEventArgs, Task> Click { get; set; }

Property Value

Type Description
Func<ToolbarItemClickEventArgs, Task>

A method delegate that specifies the Click event handler.

Implements

See Also