Skip to main content
A newer version of this page is available. .
Tab

ListEditItem(String, Object) Constructor

Initializes a new instance of the ListEditItem class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ListEditItem(
    string text,
    object value
)

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.

See Also