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

ASPxClientEdit.GetInputElement Method

Returns an HTML element that represents the control’s input element.

Declaration

GetInputElement(): any

Returns

Type Description
any

An object representing the control’s input element.

Remarks

This method is not in effect for some types of editors which don’t provide input elements (such as the ASPxCalendar, for instance).

See Also