menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AddDialogField

    Specifies the fields to be included in the add dialog in gantt

    Inheritance
    System.Object
    EJTagHelper
    AddDialogField
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class AddDialogField : EJTagHelper

    Constructors

    AddDialogField()

    Declaration
    public AddDialogField()

    Properties

    DisplayInGeneralTab

    Enable the custom column in general tab

    Declaration
    [JsonProperty("displayInGeneralTab")]
    public bool DisplayInGeneralTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    EditType

    Gets or sets a editing type of the column in add dialog.

    Declaration
    [JsonProperty("editType")]
    public string EditType { get; set; }
    Property Value
    Type Description
    System.String

    Field

    Gets or sets a mapping name to include the required column in add dialog

    Declaration
    [JsonProperty("field")]
    public string Field { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved