Skip to main content
A newer version of this page is available. .

GanttEditingSettings.AllowTaskUpdate Property

For internal use only.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to allow users to update tasks; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowTaskUpdate
ASP.NET Controls and MVC Extensions ASPxGantt
.SettingsEditing .AllowTaskUpdate
ASP.NET MVC Extensions GanttSettings
.SettingsEditing .AllowTaskUpdate
MVCxGantt
.SettingsEditing .AllowTaskUpdate
See Also