Back to Devexpress

ASPxGantt.SettingsEditing Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-b343121d.md

latest2.3 KB
Original Source

ASPxGantt.SettingsEditing Property

Accesses the editing settings.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
GanttEditingSettings

The editing settings.

|

Remarks

The GanttEditingSettings class’s default settings enable users to modify tasks and their dependencies and assign or re-assign resources responsible for a certain task.

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

Users can edit cell values within the Task List or use the chart’s context menu, dialog or another chart UI to manage tasks and their scope. The component immediately saves changes on the server and updates the chart.

The Gantt stores the changes made by users and supports the ‘undo’ and ‘redo’ shortcuts (Ctrl+Z and Ctrl+Y).

Run Demo: ASPxGantt - Data Binding and Modification

View Example: How to edit Gantt data

Concepts

See Also

ASPxGantt - 'How To' Examples

ASPxGantt Class

ASPxGantt Members

DevExpress.Web.ASPxGantt Namespace