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

SpreadsheetControl.OpenCellEditor(CellEditorMode) Method

Invokes a cell editor and switches to the spreadsheet edit mode, allowing you to edit cell content.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public bool OpenCellEditor(
    CellEditorMode mode
)

Parameters

Name Type Description
mode CellEditorMode

A CellEditorMode that specifies the editor and the mode in which it is activated.

Returns

Type Description
Boolean

true, if the cell editor is active; otherwise, false.

See Also