Class GanttEditDialogFieldBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttEditDialogFieldBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttEditDialogFieldBuilder : ControlBuilder
Constructors
GanttEditDialogFieldBuilder()
Declaration
public GanttEditDialogFieldBuilder()
GanttEditDialogFieldBuilder(List<GanttEditDialogField>)
Declaration
public GanttEditDialogFieldBuilder(List<GanttEditDialogField> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GanttEditDialogField> | collection |
Methods
Add()
Declaration
public void Add()
AdditionalParams(Object)
Specifies the configuration properties for Grid, Rich Text Editor (RTE), or TreeGrid controls within the Gantt edit dialog.
Declaration
public GanttEditDialogFieldBuilder AdditionalParams(object additionalParams)
Parameters
Type | Name | Description |
---|---|---|
System.Object | additionalParams |
Returns
Fields(String[])
Specifies the edited column fields to be placed inside the tab.
Declaration
public GanttEditDialogFieldBuilder Fields(string[] fields)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | fields |
Returns
HeaderText(String)
Defines header text of tab item.
Declaration
public GanttEditDialogFieldBuilder HeaderText(string headerText)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerText |
Returns
Type(DialogFieldType)
Specifies the types of tabs that contain editors for columns.
Available tab types:
General
- Represents the general information editor tab.
Dependency
- Represents the dependency editor tab.
Resources
- Represents the resource editor tab.
Notes
- Represents the notes editor tab.
Segments
- Represents the segments editor tab.
Custom
- Represents the custom column editor tab.
Declaration
public GanttEditDialogFieldBuilder Type(DialogFieldType type)
Parameters
Type | Name | Description |
---|---|---|
DialogFieldType | type |