Back to Devexpress

CardViewClientSideEvents Class

aspnet-devexpress-dot-web-06e235bc.md

latest2.4 KB
Original Source

CardViewClientSideEvents Class

Contains a list of the client-side events available for the ASPxCardView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewClientSideEvents :
    GridClientSideEvents
vb
Public Class CardViewClientSideEvents
    Inherits GridClientSideEvents

The following members return CardViewClientSideEvents objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardView.ClientSideEvents
ASP.NET MVC ExtensionsCardViewSettings.ClientSideEvents

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

IStateManager

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase GridClientSideEvents CardViewClientSideEvents BootstrapCardViewClientSideEvents

See Also

CardViewClientSideEvents Members

Card View

DevExpress.Web Namespace