Skip to main content

BootstrapListBoxItem Class

#Declaration

TypeScript
class BootstrapListBoxItem

#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

#iconCssClass Property

#Declaration

TypeScript
readonly iconCssClass: string

#Property Value

Type
string

#imageUrl Property

#Declaration

TypeScript
readonly imageUrl: string

#Property Value

Type
string

#index Property

#Declaration

TypeScript
readonly index: number

#Property Value

Type
number

#listEditBase Property

#Declaration

TypeScript
readonly listEditBase: BootstrapListBox | null

#Property Value

Type
BootstrapListBox
null

#text Property

#Declaration

TypeScript
readonly text: string

#Property Value

Type
string

#value Property

#Declaration

TypeScript
readonly value: any

#Property Value

Type
any

#Methods

#getColumnText(columnIndex) Method

#Declaration

TypeScript
getColumnText(
    columnIndex: number
): string

#Parameters

Name Type
columnIndex number

#Returns

Type
string

#getColumnText(columnName) Method

#Declaration

TypeScript
getColumnText(
    columnName: string
): string

#Parameters

Name Type
columnName string

#Returns

Type
string

#getFieldText(fieldIndex) Method

#Declaration

TypeScript
getFieldText(
    fieldIndex: number
): string

#Parameters

Name Type
fieldIndex number

#Returns

Type
string

#getFieldText(fieldName) Method

#Declaration

TypeScript
getFieldText(
    fieldName: string
): string

#Parameters

Name Type
fieldName string

#Returns

Type
string