GanttView.CommitEditingOnCellValueChanged Property
Gets or sets whether the Gantt control hides a cell’s editor and posts its value to a data source right after this cell’s value has been changed via UI. This is a dependency property.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, commit cell editing after a cell’s value has been changed; otherwise, false. |
See Also