Back to Devexpress

GanttSettings.SettingsEditing Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ganttsettings.md

latest1.7 KB
Original Source

GanttSettings.SettingsEditing Property

Provides access to the Gantt’s editing settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public GanttEditingSettings SettingsEditing { get; }
vb
Public ReadOnly Property SettingsEditing As GanttEditingSettings

Property Value

TypeDescription
GanttEditingSettings

Contains the Gantt’s editing settings.

|

Remarks

Run Demo: MVCxGantt - Data Binding and Editing

csharp
@Html.DevExpress().Gantt(settings => {
    settings.Name = "gantt";
    ...
    settings.SettingsEditing.Enabled = false;
    ...
}).Bind(GanttDataProvider.Tasks, GanttDataProvider.Dependencies, GanttDataProvider.Resources, GanttDataProvider.ResourceAssignments).GetHtml()

Examples

See Also

MVC Gantt - 'How To' Examples

MVC Gantt - Overview

GanttSettings Class

GanttSettings Members

DevExpress.Web.Mvc Namespace