ASPxClientHtmlEditorSelection.GetSelectedElement Method
Returns a DOM element that relates to the current selection.
Declaration
GetSelectedElement(): any
Returns
Type | Description |
---|---|
any | A DOM element representing the current selection. |
See Also