IDropDownButtonItemInfo.Click Property
Returns the processed item’s Click event handler.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
Func<MouseEventArgs, Task> Click { get; }
Property Value
| Type | Description |
|---|---|
| Func<MouseEventArgs, Task> | A method delegate that specifies the |
See Also