IToolbarItemInfo.Click Property
In This Article
Returns the processed item’s Click event‘s handler.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
Func<MouseEventArgs, Task> Click { get; }
#Property Value
Type | Description |
---|---|
Func<Mouse |
A method delegate that specifies the Click event’s handler. |
See Also