Back to Devexpress

BootstrapCardViewClientSideEvents Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-1e925642.md

latest2.3 KB
Original Source

BootstrapCardViewClientSideEvents Class

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

Declaration

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

The following members return BootstrapCardViewClientSideEvents objects:

Remarks

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.

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase GridClientSideEvents CardViewClientSideEvents BootstrapCardViewClientSideEvents

See Also

BootstrapCardViewClientSideEvents Members

Card View

DevExpress.Web.Bootstrap Namespace