menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttColumns - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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()

    Triggers during the initial rendering of the component.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    A System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved