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

ListEditItemBase.SetValue(String, Object) Method

OBSOLETE

This method is obsolete. Use SetFieldValue method instead.

Modifies the value of the specified column within the list item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[Obsolete("This method is obsolete. Use SetFieldValue method instead.")]
public void SetValue(
    string fieldName,
    object value
)

Parameters

Name Type Description
fieldName String

A String value that identifies a data column. This value specifies the name of the column’s corresponding data field.

value Object

An Object that specifies the column’s value in the list item.

See Also