Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttAddDialogField - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttAddDialogField

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

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

    Constructors

    GanttAddDialogField()

    Declaration
    public GanttAddDialogField()

    Properties

    Fields

    Defines edited column fields placed inside the tab.

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

    HeaderText

    Defines header text of tab item.

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

    Type

    Defines 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. Notes - Defines tab as notes editor.

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

    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 Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

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