RibbonItemClickEventArgs.Item Property
Returns information about a clicked Ribbon item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public virtual IRibbonGroupItem Item { get; }
Property Value
| Type | Description |
|---|---|
| DevExpress.Blazor.Ribbon.Internal.IRibbonGroupItem | Information about the clicked Ribbon item. |
See Also