menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttEditDialogField - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttEditDialogField

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    GanttEditDialogField
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttEditDialogField : EJTagHelper

    Constructors

    GanttEditDialogField()

    Declaration
    public GanttEditDialogField()

    Properties

    AdditionalParams

    Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.

    Declaration
    public object AdditionalParams { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Fields

    Specifies the edited column fields to be placed inside the tab.

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

    The default value is null

    HeaderText

    Defines header text of tab item.

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

    The default value is null

    Type

    Specifies the types of tabs that contain editors for columns. Available tab types: General - Represents the general information editor tab. Dependency - Represents the dependency editor tab. Resources - Represents the resource editor tab. Notes - Represents the notes editor tab. Segments - Represents the segments editor tab. Custom - Represents the custom column editor tab.

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

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved