Skip to main content

BootstrapClientCardView Class

Represents the client BootstrapCardView.

#Declaration

TypeScript
declare class BootstrapClientCardView extends ASPxClientCardView

#Remarks

The functionality provided by the BootstrapClientCardView almost replicates the server-side functionality implemented by the BootstrapCardView. In that way, a comprehensive client object model allows you to process, navigate and manipulate data directly on the client by writing appropriate JavaScript code.

See Also