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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public bool CommitEditingOnCellValueChanged { get; set; }

Property Value

Type Description
Boolean

true, commit cell editing after a cell’s value has been changed; otherwise, false.

See Also