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

TextBoxClientSideEventsBase Class

Contains a list of client-side events specific to editors allowing data to be inputted into their text boxes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TextBoxClientSideEventsBase :
    TextEditClientSideEvents

Remarks

The TextBoxClientSideEventsBase class represents the base class for classes that contain information on the available client side-events of editors providing text box data input.

Do not create instances of the TextBoxClientSideEventsBase class and its descendants in applications. These classes are instantiated automatically for objects providing client side events.

Implements

See Also