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