ASPxClientCardView.DeleteCardByKey(key) Method
In This Article
Deletes a card with the specified key value.
#Declaration
TypeScript
DeleteCardByKey(
key: any
): void
#Parameters
Name | Type | Description |
---|---|---|
key | any | An object that uniquely identifies the card. |
#Remarks
Once the DeleteCardByKey method is called, the ASPxCardView.CardDeleting event is raised. It allows you to cancel the delete operation. After a card has been deleted, the ASPxCardView.CardDeleted event is raised.
End-users can delete cards by clicking the Delete command.
See Also