Back to Devexpress

GanttView.CommitEditingOnCellValueChanged Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-3a663e56.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool CommitEditingOnCellValueChanged { get; set; }
vb
Public Property CommitEditingOnCellValueChanged As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace