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