BootstrapListEditItemBuilder Methods
Represents an individual list item.| Name | Description |
|---|---|
| Badge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed within the list item. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IconCssClass(String) | Sets the CSS class of the icon displayed within the list item. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Selected(Boolean) | Sets whether a list box item is selected. |
| Text(String) | Sets the list item’s text. |
| TextCssClass(String) | Sets the name of a CSS class applied to the item’s text. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Value(Object) | Sets the item’s associated value. |
See Also