Skip to main content

CellEditorMode Enum

Lists modes that specify the cell editor and cursor behavior.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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