Skip to main content
All docs
V19.2

GanttSettingsEditing Class

Provides editing settings.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public class GanttSettingsEditing :
    GanttSettingsBase

The following members return GanttSettingsEditing objects:

Remarks

Default GanttSettingsEditing class settings enable users to modify tasks and their dependencies and assign or re-assign resources responsible for a certain process.

The following example illustrates how to disable editing.

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

Online Demo

ASPxGantt - Data Binding and Modification

Implements

Inheritance

See Also