ClassGridCommandButton
Class
The class for the command button in a grid command column.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridCommandButton : TableCommandButtonBase<GridCommandEventArgs>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBaseCommandButtonBaseTableCommandButtonBase<GridCommandEventArgs>GridCommandButton
Implements:
Inherited Members
Constructors
GridCommandButton()
Declaration
cs-api-definition
public GridCommandButton()
Properties
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides