Class GanttAddDialogField
Inheritance
System.Object
GanttAddDialogField
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
public string[] Fields { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Defines header text of tab item.
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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