ASPxClientSpreadsheet.GetEditMode Method
In This Article
Returns the type of the element currently being edited in the Spreadsheet control.
#Declaration
TypeScript
GetEditMode(): ASPxClientSpreadsheetEditMode
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#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