MenuItemEventArgs.ItemInfo Property
Returns information about a clicked menu item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IMenuItemInfo ItemInfo { get; }
Property Value
| Type | Description |
|---|---|
| IMenuItemInfo | An object that implements the IMenuItemInfo interface and contains information about a clicked menu item. |
See Also