BootstrapListEditItem(String, Object, String) Constructor
Initializes a new instance of the BootstrapListEditItem class with the specified settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String value that specifies the item’s display text. |
| value | Object | A Object that specifies the value associated with the item. |
| iconCssClass | String | A String value that specifies the CSS class of the image displayed by the item. |
See Also