ASPxClientCardViewBatchEditApi.DeleteCard(visibleIndex) Method
Deletes the specified card when ASPxCardView is in Batch Edit mode.
Declaration
DeleteCard(
visibleIndex: number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The card’s visible index. |
Remarks
In this mode, the ASPxCardView control allows you to delete the specified card on the client side and send all changes to the server in one request.
See Also