Class GanttAddDialogField
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.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttAddDialogField : EJTagHelper
Constructors
GanttAddDialogField()
Declaration
public GanttAddDialogField()
Properties
Fields
Defines edited column fields placed inside the tab.
Declaration
[HtmlAttributeName("fields")]
public string[] Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
HeaderText
Defines header text of tab item.
Declaration
[HtmlAttributeName("headerText")]
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Type
Defines types of tab which contains editor for columns.
General
- Defines tab container type as general.
Dependency
- Defines tab as dependency editor.
Resources
- Defines tab as resources editor.
Notes
- Defines tab as notes editor.
Custom
- Defines tab as custom column editor.
Declaration
[HtmlAttributeName("type")]
public DialogFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DialogFieldType | The default value is null |