Vue CardView - CardViewFieldInfo

Information about the field.

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

card

Specifies which card the field belongs to.

Selector: DxCard
Type:

CardInfo

column

The column associated with the field.

Selector: DxColumn
Type:

Column

displayValue

Specifies the display value.

Selector: DxDisplayValue
Type:

Object

index

The field index.

Type:

Number

text

The field text.

Type:

String

value

The field value.

Selector: DxValue
Type:

Object