Skip to main content
All docs
V25.1
  • GanttEditingSettings.AllowResourceUpdate Property

    For internal use only.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

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

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to AllowResourceUpdate
    ASP.NET MVC Extensions GanttSettings
    .SettingsEditing .AllowResourceUpdate
    ASP.NET Web Forms Controls ASPxGantt
    .SettingsEditing .AllowResourceUpdate
    See Also