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.

Selector: dxo-card
Type:

CardInfo

column

The column associated with the field.

Selector: dxo-column
Type:

Column

displayValue

Specifies the display value.

Selector: dxo-display-value
Type:

Object

index

The field index.

Type:

Number

text

The field text.

Type:

String

value

The field value.

Selector: dxo-value
Type:

Object