Back to Devexpress

ASPxClientSpreadsheetEditMode Enum

aspnet-js-aspxclientspreadsheeteditmode.md

latest723 B
Original Source

ASPxClientSpreadsheetEditMode Enum

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

Declaration

ts
declare enum ASPxClientSpreadsheetEditMode {
    None = 0,
    Cell = 1,
    Comment = 2,
}

Members

NameDescription
Cell

Specifies that the element currently being edited is the spreadsheet cell.

| | Comment |

Specifies that the element currently being edited is the cell’s comment.

| | None |

Specifies that no elements are currently being edited.

|

Remarks

The values listed by this enumerator are returned by the ASPxClientSpreadsheet.GetEditMode method.