Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapListEditItem(
    string text,
    object value,
    string iconCssClass
)

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