React CardView - CardHeader

Configures the card header.

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

items[]

Configures card header items.

You can reuse default items and include custom items.

template

Specifies a custom template for the card header.

Type:

template

Template Data:

CardTemplateData

The card's data.

visible

Specifies whether to display the card header.

Type:

Boolean