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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Inheritance
See Also