Class GanttEditDialogField
Inherited Members
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttEditDialogField : EJTagHelper
Constructors
GanttEditDialogField()
Declaration
public GanttEditDialogField()
Properties
Fields
Defines edited column fields placed inside the tab.
Declaration
public string[] Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
HeaderText
Defines header text of tab item.
Declaration
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
public DialogFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DialogFieldType | The default value is null |