CellEditorEnterValueMode Enum
Lists values that specify how to commit a cell value when closing the cell editor.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v19.1.Core.dll
Declaration
Members
Name | Description |
---|---|
ActiveCell
|
Commits a value entered via the cell editor to an active cell. |
Default
|
Defines the same behavior as the CellEditorEnterValueMode.ActiveCell mode. |
SelectedCells
|
Commits a value entered via the cell editor to all currently selected cells. |
ArrayFormula
|
Commits a formula entered via the cell editor as an array formula to an active cell or selected cells. |
Cancel
|
Cancels any changes to a cell value made in the cell editor. |
Remarks
A CellEditorEnterValueMode enumeration value is used in the SpreadsheetControl.CloseCellEditor method as a parameter.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CellEditorEnterValueMode enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.