Class GridCommandButton
The class for the command button in a grid command column.
Inheritance
System.Object
GridCommandButton
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridCommandButton : TableCommandButtonBase<GridCommandEventArgs>, IDisposable
Constructors
GridCommandButton()
Declaration
public GridCommandButton()
Properties
Id
Specifies the id attribute of the command button. Applying an id to the command button in a command column can lead to different HTML elements having the same id.
Declaration
public override string Id { get; set; }
Property Value
System.String
|
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|