aspnetbootstrap-devexpress-dot-web-dot-bootstrap-1e925642.md
Contains a list of the client-side events available for the BootstrapCardView.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapCardViewClientSideEvents :
CardViewClientSideEvents
Public Class BootstrapCardViewClientSideEvents
Inherits CardViewClientSideEvents
The following members return BootstrapCardViewClientSideEvents objects:
The BootstrapCardViewClientSideEvents class contains properties corresponding to the client-side events specific to a client Card View. 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 Card View.
A BootstrapCardViewClientSideEvents object is automatically created when a server-side Card View object is being initialized.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase GridClientSideEvents CardViewClientSideEvents BootstrapCardViewClientSideEvents
See Also