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

TextBoxClientSideEventsBase Members

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

Constructors

Name Description
TextBoxClientSideEventsBase() Initializes a new instance of the TextBoxClientSideEventsBase class with default settings.
TextBoxClientSideEventsBase(IPropertiesOwner) Initializes a new instance of the TextBoxClientSideEventsBase class with the specified owner.

Properties

Name Description
GotFocus Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.GotFocus event. Inherited from EditClientSideEvents.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
KeyDown Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyDown event. Inherited from TextEditClientSideEvents.
KeyPress Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyPress event. Inherited from TextEditClientSideEvents.
KeyUp Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyUp event. Inherited from TextEditClientSideEvents.
LostFocus Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event. Inherited from EditClientSideEvents.
TextChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.TextChanged event. Inherited from TextEditClientSideEvents.
UserInput Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.UserInput event. Inherited from TextEditClientSideEvents.
Validation Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. Inherited from EditClientSideEvents.
ValueChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. Inherited from EditClientSideEvents.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from ClientSideEventsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetClientObjectEvents(IDictionary) For internal use. Inherited from ClientSideEventsBase.
GetEventHandler(String) Returns the specified client event’s handler. Inherited from ClientSideEventsBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsEmpty() Returns a value that indicates whether no handler is assigned to the available client events. Inherited from ClientSideEventsBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetEventHandler(String, String) Defines a handler for the specified DevExpress client event. Inherited from ClientSideEventsBase.
ToString() Returns an empty string. Inherited from ClientSideEventsBase.
See Also