Skip to main content

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

NuGet Package: 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