menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttEditSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    GanttEditSettings
    Namespace: Syncfusion.EJ2.Gantt
    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

    The default value is false

    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

    The default value is false

    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

    The default value is false

    AllowNextRowEdit

    If allowNextRowEdit is set as true, editing is continued to next row with keyboard navigation.

    Declaration
    public bool AllowNextRowEdit { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    AllowTaskbarEditing

    Enable or disable the taskbar editing, such as updating start date, end date, progress and dependency tasks values, through user interaction.

    Declaration
    public bool AllowTaskbarEditing { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    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
    Type Description
    EditMode

    The default value is EditMode.Auto

    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
    Type Description
    RowPosition

    The default value is RowPosition.Top

    ShowDeleteConfirmDialog

    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 bool ShowDeleteConfirmDialog { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved