React CardView - CardViewFieldInfo

Information about the field.

import { CardViewTypes } from "devextreme-react/card-view"
Type: CardViewTypes.FieldInfo

card

Specifies which card the field belongs to.

Selector: Card
Type:

CardInfo

column

The column associated with the field.

Selector: Column
Type:

Column

displayValue

Specifies the display value.

Selector: DisplayValue
Type:

Object

index

The field index.

Type:

Number

text

The field text.

Type:

String

value

The field value.

Selector: Value
Type:

Object