ASPxClientTextEdit.GetCaretPosition Method
In This Article
Obtains the caret position within the edited text.
#Declaration
TypeScript
GetCaretPosition(): number
#Returns
Type | Description |
---|---|
number | The index of a text character that precedes the caret. |
#Remarks
Note that WebKit-based browsers do not support getting/setting caret position functionality, so the GetCaretPosition method does not work under them.
See Also