ASPxClientSpreadsheet.GetEditMode Method
Returns the type of the element currently being edited in the Spreadsheet control.
Declaration
GetEditMode(): ASPxClientSpreadsheetEditMode
Returns
Type | Description |
---|---|
ASPxClientSpreadsheetEditMode | An ASPxClientSpreadsheetEditMode value specifying the spreadsheet’s element’s type. |
Remarks
When you handle any client event, the Spreadsheet control can be in one of three states:
- The spreadsheet elements are not currently being edited;
- The spreadsheet’s cell is currently being edited;
- The spreadsheet’s comment is currently being edited.
Use the GetEditMode to determine which of the spreadsheet’s elements is currently being edited.
See Also