Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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