BootstrapClientListBoxItem Members
Represents the client-side equivalent of the BootstrapListEditItem object.Properties
| Name | Description |
|---|---|
| iconCssClass | Gets the CSS class of the icon displayed by the list box item. |
| imageUrl | Obsolete. This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| index | Gets the item’s index. Inherited from ASPxClientListEditItem. |
| listEditBase | Gets an editor to which the current item belongs. Inherited from ASPxClientListEditItem. |
| selected | Gets a value that indicates whether a list edit item is selected. Inherited from ASPxClientListEditItem. |
| text | Gets the item’s display text. Inherited from ASPxClientListEditItem. |
| value | Gets the item’s associated value. Inherited from ASPxClientListEditItem. |
Methods
| Name | Description |
|---|---|
| GetColumnText(columnIndex) | Obsolete. This API is obsolete now. |
| GetFieldText(fieldIndex) | Returns the list item’s text value that corresponds to a data field specified by its index. |
See Also