Class GanttColumns
Configures gantt column.
Inheritance
System.Object
GanttColumns
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttColumns : ComponentBase
Constructors
GanttColumns()
Declaration
public GanttColumns()
Properties
Columns
Gets or sets the list of columns to be displayed in the Gantt chart.
Declaration
public List<GanttColumn> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttColumn> | A System.Collections.Generic.List<> of GanttColumn objects representing the columns to be displayed in the Gantt chart. |
Remarks
Use this property to define the columns that will be displayed in the Gantt chart. The columns should be specified in the order in which they should appear in the chart. By default, this property is initialized to an empty list.
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 |