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
Id
Sets the unique HTML id attribute for the command button. Be careful when using this in command columns as multiple rows will have the same id. Applying an id to the command button in a command column can lead to different HTML elements having the same id.
Declaration
cs-api-definition
[Parameter]
public override string Id { get; set; }
Property Value
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides