Skip to main content
All docs
V19.2

GanttSettingsEditing.Enabled Property

Specifies whether user can edit data.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow users to edit data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxGantt
.SettingsEditing.Enabled
GanttSettings
.SettingsEditing.Enabled
MVCxGantt
.SettingsEditing.Enabled

Remarks

Set the Enabled property to false to disable data editing.

<dx:ASPxGantt ID="Gantt" runat="server" ... >
    // ...
    <SettingsEditing Enabled="False" />
</dx:ASPxGantt>

Online Demo

ASPxGantt - Data Binding and Modification

See Also