ASPxClientSpreadsheetCellEndEditEventArgs.editorText Property
Gets or sets the text stored within the active cell’s editor.
Declaration
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