DxRibbonButtonBase<TClickEventArgs> Class
Implements the base API for ribbon items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
public abstract class DxRibbonButtonBase<TClickEventArgs> :
DxRibbonItemBase,
IRibbonButtonBase<TClickEventArgs>,
IRibbonGroupItem,
IRibbonGroupElement,
IRibbonElement,
IRibbonNode,
IRibbonInteractiveElement,
IRibbonIconSource,
IRibbonClickableItem<TClickEventArgs>
where TClickEventArgs : RibbonItemClickEventArgs
Type Parameters
| Name | Description |
|---|---|
| TClickEventArgs | The type of the Click event’s argument. |
Remarks
Refer to the following topics for more information and examples:
Inheritance
Object
ComponentBase
DevExpress.Blazor.Ribbon.Internal.DxRibbonNodeBase
See Also