Skip to main content
A newer version of this page is available. .

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 KB article: General technique of changing control elements styles on the client side.

View Example: How to Change Control Styles on the Client Side

See Also