Class GanttAddDialogFieldBuilder
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 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()
Fields(String[])
Defines edited column fields placed inside the tab.
Declaration
public GanttAddDialogFieldBuilder Fields(string[] fields)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | fields |
Returns
Type | Description |
---|---|
GanttAddDialogFieldBuilder |
HeaderText(String)
Defines header text of tab item.
Declaration
public GanttAddDialogFieldBuilder HeaderText(string headerText)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerText |
Returns
Type | Description |
---|---|
GanttAddDialogFieldBuilder |
Type(DialogFieldType)
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 GanttAddDialogFieldBuilder Type(DialogFieldType type)
Parameters
Type | Name | Description |
---|---|---|
DialogFieldType | type |
Returns
Type | Description |
---|---|
GanttAddDialogFieldBuilder |