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

ListEditItemBase.Value Property

Gets or sets the item’s associated value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual object Value { get; set; }

Property Value

Type Description
Object

An Object that specifies the item’s value.

Remarks

The Value property specifies a value associated with an item.

Note

For the list editors to function properly, values of all list items in their Items collection should be unique. There should not be two or more list items with the same value of the Value property.

See Also