Skip to main content

BootstrapCardViewCellInfo Class

#Declaration

TypeScript
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

TypeScript
readonly cardVisibleIndex: number

#Property Value

Type
number

#Methods

#endEdit Method

#Declaration

TypeScript
endEdit(): void

#getCellTextContainer(visibleIndex, columnFieldNameOrId) Method

#Declaration

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

#Parameters

Name Type
visibleIndex number
columnFieldNameOrId string

#Returns

Type
any

#getCellValue(visibleIndex, columnFieldNameOrId, initial) Method

#Declaration

TypeScript
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

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

#Parameters

Name Type
columnFieldNameOrId string
value any

#Returns

Type
string

#getEditCellInfo Method

#Declaration

TypeScript
getEditCellInfo(): BootstrapCardViewCellInfo | null

#Returns

Type
BootstrapCardViewCellInfo
null

#hasChanges Method

#Declaration

TypeScript
hasChanges(): boolean

#Returns

Type
boolean

#moveFocusBackward Method

#Declaration

TypeScript
moveFocusBackward(): boolean

#Returns

Type
boolean

#moveFocusForward Method

#Declaration

TypeScript
moveFocusForward(): boolean

#Returns

Type
boolean

#resetChanges(visibleIndex) Method

#Declaration

TypeScript
resetChanges(
    visibleIndex: number
): void

#Parameters

Name Type
visibleIndex number

#resetChanges(visibleIndex, columnIndex) Method

#Declaration

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

#Parameters

Name Type
visibleIndex number
columnIndex number

#setCellValue(visibleIndex, columnFieldNameOrId, value) Method

#Declaration

TypeScript
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

TypeScript
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

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

#Parameters

Name Type
visibleIndex number
columnIndex number