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