Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttAddDialogField

    Show / Hide Table of Contents

    Class GanttAddDialogField

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

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

    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

    OnParametersSetAsync()

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