Angular CardView - CardViewFieldInfo

Information about the field.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.FieldInfo

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