Class GridCommandButton
The class for the command button in a grid command column.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
GridCommandButton
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridCommandButton : TableCommandButtonBase<GridCommandEventArgs>, IDisposable
Constructors
GridCommandButton()
Declaration
public GridCommandButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|