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