Class GridColumns
Configures grid columns.
Inheritance
GridColumns
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridColumns : SfDataBoundComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
GridColumns()
Declaration
public GridColumns()
Properties
Columns
Gets or sets the collection of grid columns.
Declaration
public List<GridColumn> Columns { get; set; }
Property Value
| Type |
|---|
| List<GridColumn> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Initializes the GridColumn and updates its column properties in the parent grid.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |