menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class EditDialogField

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

    Inheritance
    System.Object
    EJTagHelper
    EditDialogField
    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 EditDialogField : EJTagHelper

    Constructors

    EditDialogField()

    Declaration
    public EditDialogField()

    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 for include column.

    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 edit 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