ASPxClientEdit.GetInputElement Method
In This Article
Returns an HTML element that is the control’s input element.
#Declaration
TypeScript
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