Back to Devexpress

BootstrapCardView.ClientSideEvents Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcardview-4c27cb84.md

latest2.2 KB
Original Source

BootstrapCardView.ClientSideEvents Property

Gets an object that lists the client-side events specific to the BootstrapCardView.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewClientSideEvents ClientSideEvents { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ClientSideEvents As BootstrapCardViewClientSideEvents

Property Value

TypeDescription
BootstrapCardViewClientSideEvents

An object that allows you to handle BootstrapCardView‘s client-side events.

|

Remarks

The ClientSideEvents property provides access to an object of the BootstrapCardViewClientSideEvents type. This object contains properties whose names correspond to the events available to the BootstrapCardView on the client side. These properties provide the capability to assign handling JavaScript functions to the required client-side events of the BootstrapCardView control.

See Also

Client-Side Events

Card View

BootstrapCardView Class

BootstrapCardView Members

DevExpress.Web.Bootstrap Namespace