ASPxClientSpreadsheetCellEndEditEventArgs.editorText Property
In This Article
Gets or sets the text stored within the active cell’s editor.
#Declaration
TypeScript
editorText: string
#Property Value
Type | Description |
---|---|
string | A string value that specifies the editor’s text. |
#Remarks
The editorText contains the text that is applied to the active cell.
See Also