ASPxClientCardViewBatchEditApi.GetCardVisibleIndices(includeDeleted) Method
Returns an array of card visible indices.
Declaration
GetCardVisibleIndices(
includeDeleted: boolean
): number[]
Parameters
Name | Type | Description |
---|---|---|
includeDeleted | boolean |
|
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