Skip to main content
A newer version of this page is available. .

DxContextMenuItem.Click Event

Fires when a user clicks the processed menu item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public Action Click { get; set; }

Remarks

Handle the Click event to specify individual click handlers for unbound menu items. You can also use the ItemClick event to specify a common click handler that is applied to all menu items.

Note

For a bound Context Menu, use the ClickExpression property to specify individual click handlers for menu items.

Online Demo

Context Menu

See Also