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

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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ItemClickClientSideEvents :
    ClientSideEvents

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

See Also