CardViewClientSideEvents Class
In This Article
Contains a list of the client-side events available for the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
public class CardViewClientSideEvents :
GridClientSideEvents
#Related API Members
The following members return CardViewClientSideEvents objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Card |
#Remarks
The CardViewClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxCardView. Property names represent the names of the available client events.
Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxCardView.
A CardViewClientSideEvents object is automatically created when a server-side ASPxCardView object is being initialized.
#Implements
#Inheritance
See Also