Class GanttEditSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttEditSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttEditSettingsBuilder : ControlBuilder
Constructors
GanttEditSettingsBuilder()
Declaration
public GanttEditSettingsBuilder()
GanttEditSettingsBuilder(GanttEditSettings)
Declaration
public GanttEditSettingsBuilder(GanttEditSettings model)
Parameters
Methods
AllowAdding(Boolean)
If allowAdding
is set to true, new records can be added to the Gantt.
Declaration
public GanttEditSettingsBuilder AllowAdding(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowDeleting(Boolean)
If allowDeleting
is set to true, existing record can be deleted from the Gantt.
Declaration
public GanttEditSettingsBuilder AllowDeleting(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowEditing(Boolean)
If allowEditing
is set to true, values can be updated in the existing record.
Declaration
public GanttEditSettingsBuilder AllowEditing(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowNextRowEdit(Boolean)
If allowNextRowEdit
is set as true, editing is continued to next row with keyboard navigation.
Declaration
public GanttEditSettingsBuilder AllowNextRowEdit(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
AllowTaskbarEditing(Boolean)
Enable or disable the taskbar editing, such as updating start date, end date,
progress and dependency tasks values, through user interaction.
Declaration
public GanttEditSettingsBuilder AllowTaskbarEditing(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Mode(EditMode)
Defines edit mode in Gantt.
Auto
- Defines cell edit mode in grid side and dialog mode in chart side.
Dialog
- Defines dialog edit mode on both sides.
Declaration
public GanttEditSettingsBuilder Mode(EditMode value)
Parameters
Returns
NewRowPosition(RowPosition)
Defines the row position for new records. The available row positions are:
Top
Bottom
Above
Below
Child
Declaration
public GanttEditSettingsBuilder NewRowPosition(RowPosition value)
Parameters
Returns
ShowDeleteConfirmDialog(Boolean)
If showDeleteConfirmDialog
is set to true, a confirmation dialog will be displayed before performing the delete action.
This allows the user to confirm or cancel the deletion operation.
Declaration
public GanttEditSettingsBuilder ShowDeleteConfirmDialog(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns