BootstrapClientListBoxItem Properties
Represents the client-side equivalent of the BootstrapListEditItem object.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. |
See Also