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

SpreadsheetBehaviorOptions.CellEditorCommitMode Property

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.v19.1.dll

Declaration

public CellEditorCommitMode CellEditorCommitMode { get; set; }

Property Value

Type Description
CellEditorCommitMode

A CellEditorCommitMode enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to CellEditorCommitMode
SpreadsheetControlOptions
.Behavior.CellEditorCommitMode
See Also