wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-f07002b4.md
Gets or sets a mode that specifies when the SpreadsheetControl.CellValueChanged event should be raised after a cell value has been edited via the cell editor and committed. This is a dependency property.
Namespace : DevExpress.Xpf.Spreadsheet
Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll
NuGet Package : DevExpress.Wpf.Spreadsheet
public CellEditorCommitMode CellEditorCommitMode { get; set; }
Public Property CellEditorCommitMode As CellEditorCommitMode
| Type | Description |
|---|---|
| CellEditorCommitMode |
A CellEditorCommitMode enumeration value.
|
Available values:
| Name | Description |
|---|---|
| Auto |
Defined automatically when the SpreadsheetControl.CellValueChanged event should be raised for cells whose values have been edited via the cell editor and committed.
| | Always |
The SpreadsheetControl.CellValueChanged event is raised for each cell whose value has been edited via the cell editor and committed (even if a new cell value is the same as the value before editing).
| | ChangedOnly |
The SpreadsheetControl.CellValueChanged event is raised for each cell whose value has been changed via the cell editor and committed. If a new cell value is the same as the value before editing, the event does not occur.
|
You can access this nested property as listed below:
| Object Type | Path to CellEditorCommitMode |
|---|---|
| SpreadsheetControlOptions |
.Behavior .CellEditorCommitMode
|
See Also
SpreadsheetBehaviorOptions Class