BootstrapListBoxItem Class
# Declaration
TypeScript
class BootstrapListBoxItem
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
# iconCssClass Property
# Declaration
TypeScript
readonly iconCssClass: string
# Property Value
# imageUrl Property
# Declaration
TypeScript
readonly imageUrl: string
# Property Value
# index Property
# Declaration
# Property Value
# listEditBase Property
# Declaration
# Property Value
# text Property
# Declaration
# Property Value
# value Property
# Declaration
# Property Value
# Methods
# getColumnText(columnIndex) Method
# Declaration
TypeScript
getColumnText(
columnIndex: number
): string
# Parameters
Name
Type
columnIndex
number
# Returns
# getColumnText(columnName) Method
# Declaration
TypeScript
getColumnText(
columnName: string
): string
# Parameters
Name
Type
columnName
string
# Returns
# getFieldText(fieldIndex) Method
# Declaration
TypeScript
getFieldText(
fieldIndex: number
): string
# Parameters
Name
Type
fieldIndex
number
# Returns
# getFieldText(fieldName) Method
# Declaration
TypeScript
getFieldText(
fieldName: string
): string
# Parameters
Name
Type
fieldName
string
# Returns