JavaScript/jQuery CardView - CardInfo

The information about the card.

import { CardInfo } from "devextreme/ui/card_view"
Type:

Object

columns

Specifies columns associated with the card.

Type:

Array<Column>

data

The card's data.

Type: any

fields

The card fields.

index

The card's index.

Type:

Number

isSelected

Specifies whether the card is selected.

Type:

Boolean

key

The card's key.

Type: any

values

Values of the card as they exist in the data source.

Type:

Array<any>