menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttAddDialogFields

    Configure Gantt Add dialog fields.

    Inheritance
    System.Object
    GanttAddDialogFields
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttAddDialogFields : ComponentBase

    Constructors

    GanttAddDialogFields()

    Declaration
    public GanttAddDialogFields()

    Properties

    AddDialogFields

    Gets or sets the tabs and fields to be included in the add dialog.

    Declaration
    public List<GanttAddDialogField> AddDialogFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GanttAddDialogField>

    A list of GanttAddDialogField objects that define the tabs and fields to be included in the add dialog.

    Remarks

    This property is used to configure the add dialog of the Gantt chart. It defines the tabs and fields that are displayed in the add dialog.

    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