BootstrapClientCardView Class
In This Article
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.
#Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientGridBase
ASPxClientCardView
BootstrapClientCardView
See Also