RibbonElementClickEventArgs.Element Property
Returns information about a clicked Ribbon element.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public IRibbonElement Element { get; }
Property Value
| Type | Description |
|---|---|
| DevExpress.Blazor.Ribbon.Internal.IRibbonElement | Information about the clicked Ribbon element. |
See Also