menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttEditDialogField

    Configure edit dialog field.

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

    Constructors

    GanttEditDialogField()

    Declaration
    public GanttEditDialogField()

    Properties

    Fields

    Gets or sets edited column fields that are edited inside the tab.

    Declaration
    public string[] Fields { get; set; }
    Property Value
    Type Description
    System.String[]

    A System.String array that represents the column fields that are edited inside the tab.

    Remarks

    This property is used to define an array of column fields that are edited inside the tab. The array should contain the names of the columns that should be shown in the tab. Based on mapping taskfields will generated for general tabs for custom tabs it will be empty.

    HeaderText

    Gets or sets header text of the tab item.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    A System.String value that represents the text displayed in the header of the tab item.

    Remarks

    This property is used to define the text that will be displayed in the header of the tab item.

    Type

    Gets or sets types of tab which contains editor for columns. General - Defines tab container type as general. Dependency - Defines tab as dependency editor. Resources - Defines tab as resources editor. Segments - Defines tab as segments editor. Notes - Defines tab as notes editor. Custom - Defines the tab as a custom columns editor.

    Declaration
    public GanttDialogFieldType Type { get; set; }
    Property Value
    Type Description
    GanttDialogFieldType

    A GanttDialogFieldType enumeration value that represents the type of the dialog tab.

    Remarks

    This property is used to define the type of the dialog tab that contains the column editor.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    Dispose(Boolean)

    Dispose unmanaged resources in the Syncfusion Blazor component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Boolean value to dispose the object.

    Overrides
    SfBaseComponent.Dispose(Boolean)

    OnInitializedAsync()

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

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »