menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttEditDialogFields

    Defines the tabs and fields to be included in the edit dialog.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    GanttEditDialogFields
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttEditDialogFields : SfDataBoundComponent

    Constructors

    GanttEditDialogFields()

    Declaration
    public GanttEditDialogFields()

    Properties

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment

    EditDialogFields

    Gets or sets the list of edit dialog fields that are included in the edit dialog.

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

    A System.Collections.Generic.List<> of GanttEditDialogField that represents the edit dialog fields that are included in the edit dialog.

    Remarks

    This property is used to define a list of edit dialog fields that are included in the edit dialog. Each field contains information about the tab and the columns to be shown in the edit dialog. If the list is empty, no tabs will be shown in the edit dialog.

    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
    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved