IContextMenuItemCollection.AddCustomItem(String, Action) Method
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
IContextMenuItem AddCustomItem(
string text,
Action click
)
Parameters
| Name | Type |
|---|---|
| text | String |
| click | Action |
Returns
| Type |
|---|
| IContextMenuItem |
See Also