Class GridCommandColumns
Configures grid command columns.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
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
| Type |
|---|
| List<GridCommandColumn> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Initializes the GridCommandColumn and updates its command properties in the parent grid.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |