BootstrapClientListBoxItem Properties
Represents the client-side equivalent of the BootstrapListEditItem object.
Name | Description |
---|---|
icon |
Gets the CSS class of the icon displayed by the list box item. |
image |
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 ASPx |
list |
Gets an editor to which the current item belongs.
Inherited from ASPx |
selected |
Gets a value that indicates whether a list edit item is selected.
Inherited from ASPx |
text |
Gets the item’s display text.
Inherited from ASPx |
value |
Gets the item’s associated value.
Inherited from ASPx |
See Also