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

ASPxClientCardViewBatchEditApi.GetCardVisibleIndices(includeDeleted) Method

Returns an array of card visible indices.

Declaration

GetCardVisibleIndices(
    includeDeleted: boolean
): number[]

Parameters

Name Type Description
includeDeleted boolean

true, to include visible indices of deleted cards to the returned array; otherwise, false.

Returns

Type Description
number[]

An array of integer values that are the visible indices of cards.

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 GetCardVisibleIndices method to get visible indices of cards that are currently presented on the client side.

See Also