Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellEditorMode Enum

Lists modes that specify the cell editor and cursor behavior.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum CellEditorMode

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