BootstrapCardViewBatchEditApi Class
Declaration
class BootstrapCardViewBatchEditApi
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Methods
addNewCard Method
Declaration
addNewCard(): void
deleteCard(visibleIndex) Method
Declaration
deleteCard(
visibleIndex: number
): void
Parameters
| Name |
Type |
| visibleIndex |
number |
deleteCardByKey(key) Method
Declaration
deleteCardByKey(
key: any
): void
Parameters
getCardVisibleIndices(includeDeleted) Method
Declaration
getCardVisibleIndices(
includeDeleted: boolean
): number[]
Parameters
| Name |
Type |
| includeDeleted |
boolean |
Returns
getDeletedCardIndices Method
Declaration
getDeletedCardIndices(): number[]
Returns
getInsertedCardIndices Method
Declaration
getInsertedCardIndices(): number[]
Returns
isDeletedCard(visibleIndex) Method
Declaration
isDeletedCard(
visibleIndex: number
): boolean
Parameters
| Name |
Type |
| visibleIndex |
number |
Returns
isNewCard(visibleIndex) Method
Declaration
isNewCard(
visibleIndex: number
): boolean
Parameters
| Name |
Type |
| visibleIndex |
number |
Returns
recoverCard(visibleIndex) Method
Declaration
recoverCard(
visibleIndex: number
): void
Parameters
| Name |
Type |
| visibleIndex |
number |
recoverCardByKey(key) Method
Declaration
recoverCardByKey(
key: any
): void
Parameters
validateCard(visibleIndex) Method
Declaration
validateCard(
visibleIndex: number
): boolean
Parameters
| Name |
Type |
| visibleIndex |
number |
Returns
validateCards(validateOnlyModified) Method
Declaration
validateCards(
validateOnlyModified: boolean
): boolean
Parameters
| Name |
Type |
| validateOnlyModified |
boolean |
Returns