Skip to main content
A newer version of this page is available. .

ASPxClientCardViewBatchEditApi.IsDeletedCard(visibleIndex) Method

Indicates if the card with the specified visible index is deleted.

Declaration

IsDeletedCard(
    visibleIndex: number
): boolean

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the card by its visible index.

Returns

Type Description
boolean

true, if the card is deleted; otherwise, false.

Remarks

In the batch edit mode, the ASPxCardView control allows modifying a batch of data on the client side and sending it to the server in one request.

Use the IsDeletedCard method to determine if the card with the specified visible index is deleted on the client side.

See Also