menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttEditSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttEditSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GanttEditSettingsBuilder
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttEditSettingsBuilder : ControlBuilder

    Constructors

    GanttEditSettingsBuilder()

    Declaration
    public GanttEditSettingsBuilder()

    GanttEditSettingsBuilder(GanttEditSettings)

    Declaration
    public GanttEditSettingsBuilder(GanttEditSettings model)
    Parameters
    Type Name Description
    GanttEditSettings model

    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
    Type
    GanttEditSettingsBuilder

    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
    Type
    GanttEditSettingsBuilder

    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
    Type
    GanttEditSettingsBuilder

    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
    Type
    GanttEditSettingsBuilder

    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
    Type
    GanttEditSettingsBuilder

    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
    Type Name Description
    EditMode value
    Returns
    Type
    GanttEditSettingsBuilder

    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
    Type Name Description
    RowPosition value
    Returns
    Type
    GanttEditSettingsBuilder

    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
    Type
    GanttEditSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved