MenuItemEventArgs.ItemInfo Property
In This Article
Returns information about a clicked menu item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IMenuItemInfo ItemInfo { get; }
#Property Value
Type | Description |
---|---|
IMenu |
An object that implements the IMenu |
See Also