Class GanttAddDialogFieldBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttAddDialogFieldBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.dll
Syntax
public class GanttAddDialogFieldBuilder : ControlBuilder
Constructors
GanttAddDialogFieldBuilder()
Declaration
public GanttAddDialogFieldBuilder()
GanttAddDialogFieldBuilder(List<GanttAddDialogField>)
Declaration
public GanttAddDialogFieldBuilder(List<GanttAddDialogField> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<GanttAddDialogField> | 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 GanttAddDialogFieldBuilder AdditionalParams(object additionalParams)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | additionalParams |
Returns
| Type |
|---|
| GanttAddDialogFieldBuilder |
Fields(String[])
Specifies the edited column fields to be placed inside the tab.
Declaration
public GanttAddDialogFieldBuilder Fields(string[] fields)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | fields |
Returns
| Type |
|---|
| GanttAddDialogFieldBuilder |
HeaderText(String)
Defines header text of tab item.
Declaration
public GanttAddDialogFieldBuilder HeaderText(string headerText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | headerText |
Returns
| Type |
|---|
| GanttAddDialogFieldBuilder |
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 GanttAddDialogFieldBuilder Type(DialogFieldType type)
Parameters
| Type | Name | Description |
|---|---|---|
| DialogFieldType | type |
Returns
| Type |
|---|
| GanttAddDialogFieldBuilder |