Class GridCommandColumns
Configures grid command columns.
Inheritance
System.Object
GridCommandColumns
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridCommandColumns : OwningComponentBase
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
Type |
---|
System.Collections.Generic.List<GridCommandColumn> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |