Skip to main content

BootstrapCardViewClientSideEvents Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewClientSideEvents :
    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.

See Also