React CardView - EditingTexts

The texts displayed when editing a card.

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

addCard

Specifies the text of the button that adds a card.

Type:

String

Default Value: 'Add a card'

confirmDeleteMessage

Specifies the text of the deletion confirmation message.

Type:

String

Default Value: 'Are you sure you want to delete this record?'

confirmDeleteTitle

Specifies the title text of the pop-up deletion confirmation.

Type:

String

Default Value: ''

deleteCard

Specifies the text of the button that invokes card deletion.

Type:

String

Default Value: 'Delete'

editCard

Specifies the text of the button that invokes card editing.

Type:

String

Default Value: 'Edit'

saveCard

Specifies the text of the button that saves the edited card.

Type:

String

Default Value: 'Save'