Skip to main content
Tab

ListEditItemBase.SetValue(String, Object) Method

In This Article
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.v24.2.dll

NuGet Package: DevExpress.Web

#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