Skip to main content

BootstrapCardViewCellInfo Class

Declaration

class BootstrapCardViewCellInfo

Remarks

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.

Properties

cardVisibleIndex Property

Declaration

readonly cardVisibleIndex: number

Property Value

Type
number

Methods

endEdit Method

Declaration

endEdit(): void

getCellTextContainer(visibleIndex, columnFieldNameOrId) Method

Declaration

getCellTextContainer(
    visibleIndex: number,
    columnFieldNameOrId: string
): any

Parameters

Name Type
visibleIndex number
columnFieldNameOrId string

Returns

Type
any

getCellValue(visibleIndex, columnFieldNameOrId, initial) Method

Declaration

getCellValue(
    visibleIndex: number,
    columnFieldNameOrId: string,
    initial: boolean
): any

Parameters

Name Type
visibleIndex number
columnFieldNameOrId string
initial boolean

Returns

Type
any

getColumnDisplayText(columnFieldNameOrId, value) Method

Declaration

getColumnDisplayText(
    columnFieldNameOrId: string,
    value: any
): string

Parameters

Name Type
columnFieldNameOrId string
value any

Returns

Type
string

getEditCellInfo Method

Declaration

getEditCellInfo(): BootstrapCardViewCellInfo | null

Returns

Type
BootstrapCardViewCellInfo
null

hasChanges Method

Declaration

hasChanges(): boolean

Returns

Type
boolean

moveFocusBackward Method

Declaration

moveFocusBackward(): boolean

Returns

Type
boolean

moveFocusForward Method

Declaration

moveFocusForward(): boolean

Returns

Type
boolean

resetChanges(visibleIndex) Method

Declaration

resetChanges(
    visibleIndex: number
): void

Parameters

Name Type
visibleIndex number

resetChanges(visibleIndex, columnIndex) Method

Declaration

resetChanges(
    visibleIndex: number,
    columnIndex: number
): void

Parameters

Name Type
visibleIndex number
columnIndex number

setCellValue(visibleIndex, columnFieldNameOrId, value) Method

Declaration

setCellValue(
    visibleIndex: number,
    columnFieldNameOrId: string,
    value: any
): void

Parameters

Name Type
visibleIndex number
columnFieldNameOrId string
value any

setCellValue(visibleIndex, columnFieldNameOrId, value, displayText, cancelCellHighlighting) Method

Declaration

setCellValue(
    visibleIndex: number,
    columnFieldNameOrId: string,
    value: any,
    displayText: string,
    cancelCellHighlighting: boolean
): void

Parameters

Name Type
visibleIndex number
columnFieldNameOrId string
value any
displayText string
cancelCellHighlighting boolean

startEdit(visibleIndex, columnIndex) Method

Declaration

startEdit(
    visibleIndex: number,
    columnIndex: number
): void

Parameters

Name Type
visibleIndex number
columnIndex number