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