CellEditorMode Enum
Lists modes that specify the cell editor and cursor behavior.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Edit
|
Edit directly in a cell. The cursor moves within the cell text. |
Enter
|
Edit directly in a cell. The cursor navigates cells. |
EditInFormulaBar
|
Edit in a formula bar. |
See Also