ASPxClientEdit.GetInputElement Method
Returns an HTML element that is the control’s input element.
Declaration
GetInputElement(): any
Returns
| Type | Description |
|---|---|
| any | An HTML input element. |
Remarks
This method is not in effect for editors without input elements, for instance ASPxCalendar.
For more information on how to use the GetInputElement method, refer to the following topic: How to Change an Element Style On The Client.
See Also