BootstrapCardViewCellInfo Class
Declaration
class BootstrapCardViewCellInfo
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
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
getCellValue(visibleIndex, columnFieldNameOrId, initial) Method
Declaration
getCellValue(
visibleIndex: number,
columnFieldNameOrId: string,
initial: boolean
): any
Parameters
Name |
Type |
visibleIndex |
number |
columnFieldNameOrId |
string |
initial |
boolean |
Returns
getColumnDisplayText(columnFieldNameOrId, value) Method
Declaration
getColumnDisplayText(
columnFieldNameOrId: string,
value: any
): string
Parameters
Name |
Type |
columnFieldNameOrId |
string |
value |
any |
Returns
getEditCellInfo Method
Declaration
getEditCellInfo(): BootstrapCardViewCellInfo | null
Returns
hasChanges Method
Declaration
hasChanges(): boolean
Returns
moveFocusBackward Method
Declaration
moveFocusBackward(): boolean
Returns
moveFocusForward Method
Declaration
moveFocusForward(): boolean
Returns
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 |