Skip to main content

BootstrapListBoxItem Class

Declaration

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

readonly iconCssClass: string

Property Value

Type
string

imageUrl Property

Declaration

readonly imageUrl: string

Property Value

Type
string

index Property

Declaration

readonly index: number

Property Value

Type
number

listEditBase Property

Declaration

readonly listEditBase: BootstrapListBox | null

Property Value

Type
BootstrapListBox
null

text Property

Declaration

readonly text: string

Property Value

Type
string

value Property

Declaration

readonly value: any

Property Value

Type
any

Methods

getColumnText(columnIndex) Method

Declaration

getColumnText(
    columnIndex: number
): string

Parameters

Name Type
columnIndex number

Returns

Type
string

getColumnText(columnName) Method

Declaration

getColumnText(
    columnName: string
): string

Parameters

Name Type
columnName string

Returns

Type
string

getFieldText(fieldIndex) Method

Declaration

getFieldText(
    fieldIndex: number
): string

Parameters

Name Type
fieldIndex number

Returns

Type
string

getFieldText(fieldName) Method

Declaration

getFieldText(
    fieldName: string
): string

Parameters

Name Type
fieldName string

Returns

Type
string