Class GridCommandColumns
Configures grid command columns.
Inheritance
GridCommandColumns
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridCommandColumns : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
GridCommandColumns()
Declaration
public GridCommandColumns()
Properties
Commands
Defines the command button collection. Use GridCommandColumn component
to provide command buttons.
Declaration
public List<GridCommandColumn> Commands { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements