Class AddDialogField
Specifies the fields to be included in the add 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 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 |