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.v24.1.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