Class GanttEditSettings
Inheritance
System.Object
GanttEditSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttEditSettings : EJTagHelper
Constructors
GanttEditSettings()
Declaration
public GanttEditSettings()
Properties
AllowAdding
If allowAdding
is set to true, new records can be added to the Gantt.
Declaration
public bool AllowAdding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDeleting
If allowDeleting
is set to true, existing record can be deleted from the Gantt.
Declaration
public bool AllowDeleting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowEditing
If allowEditing
is set to true, values can be updated in the existing record.
Declaration
public bool AllowEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowTaskbarEditing
Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and
predecessor draw action in chart side.
Declaration
public bool AllowTaskbarEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Mode
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 EditMode Mode { get; set; }
Property Value
NewRowPosition
Defines the row position for new records. The available row positions are:
Top
Bottom
Above
Below
Child
Declaration
public RowPosition NewRowPosition { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ShowDeleteConfirmDialog
If showDeleteConfirmDialog
is set to true, confirm dialog will show delete action. You can also cancel delete command.
Declaration
public bool ShowDeleteConfirmDialog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|