Skip to main content

ASPxClientCardViewBatchEditApi.DeleteCardByKey(key) Method

Deletes a card with a specified key value when ASPxCardView is in Batch Edit mode.

Declaration

DeleteCardByKey(
    key: any
): void

Parameters

Name Type Description
key any

An object that uniquely identifies the card.

Remarks

In this mode, the ASPxCardView control allows you to delete a card with a specified key value on the client side and send all changes to the server in one request.

See Also