Back to Devexpress

ButtonEditClientSideEventsBase Properties

aspnet-devexpress-dot-web-dot-buttoneditclientsideeventsbase-dot-underscore-properties.md

latest4.0 KB
Original Source

ButtonEditClientSideEventsBase Properties

Serves as the base class for classes containing client-side events handlers for text editors.

NameDescription
ButtonClickGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientButtonEditBase.ButtonClick event.
GotFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.GotFocus event. Inherited from EditClientSideEvents.
InitGets 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.
KeyDownGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyDown event. Inherited from TextEditClientSideEvents.
KeyPressGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyPress event. Inherited from TextEditClientSideEvents.
KeyUpGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.KeyUp event. Inherited from TextEditClientSideEvents.
LostFocusGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.LostFocus event. Inherited from EditClientSideEvents.
TextChangedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.TextChanged event. Inherited from TextEditClientSideEvents.
UserInputGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTextEdit.UserInput event. Inherited from TextEditClientSideEvents.
ValidationGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. Inherited from EditClientSideEvents.
ValueChangedGets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. Inherited from EditClientSideEvents.

See Also

ButtonEditClientSideEventsBase Class

ButtonEditClientSideEventsBase Members

DevExpress.Web Namespace