JavaScript/jQuery CardView - CardViewFieldInfo

Information about the field.

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

Object

card

Specifies which card the field belongs to.

Type:

CardInfo

column

The column associated with the field.

Type:

Column

displayValue

Specifies the display value.

Type:

Object

index

The field index.

Type:

Number

text

The field text.

Type:

String

value

The field value.

Type:

Object