BootstrapListEditItem Constructors
Represents an individual list item.| Name | Parameters | Description |
|---|---|---|
| BootstrapListEditItem() | none | Initializes a new instance of the BootstrapListEditItem class with default settings. |
| BootstrapListEditItem(String, Object, String) | text, value, iconCssClass | Initializes a new instance of the BootstrapListEditItem class with the specified settings. |
| BootstrapListEditItem(String, Object) | text, value | Initializes a new instance of the BootstrapListEditItem class with the specified settings. |
| BootstrapListEditItem(String) | text | Initializes a new instance of the BootstrapListEditItem class with the specified setting. |
See Also