ItemClickClientSideEvents Class
Contains a list of the client-side events that relate to clicks on items within web controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return ItemClickClientSideEvents objects:
Remarks
The ItemClickClientSideEvents class contains properties whose names represent the names of client events which concern item clicking and are available for specific web controls.
Each of these properties provides the ability to assign a handling code or the name of a JavaScript handle function to the corresponding client-side event of a web control.
An instance of the ItemClickClientSideEvents class is automatically created when initializing a server-side web control object.
Implements
Inheritance
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
ItemClickClientSideEvents
See Also