Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EditMode Enum

Lists values that identify a type of the element currently being edited in the Spreadsheet control.

#Declaration

TypeScript
enum EditMode {
    None,
    Cell,
    Comment
}

#Members

Name Description
Cell

The current element being edited is a spreadsheet cell.

Comment

The currently element being edited is a cell’s comment.

None

No elements are currently being edited.

#Remarks

The values listed by this enumerator are returned by the getEditMode method.