Class EditDialogField
Specifies the fields to be included in the edit dialog in gantt
Inherited Members
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 |