Skip to main content
Tab

ListEditItemBase.GetValue(String) Method

OBSOLETE

This method is obsolete. Use GetFieldValue method instead.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("This method is obsolete. Use GetFieldValue method instead.")]
public object GetValue(
    string fieldName
)

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.

Returns

Type Description
Object

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

Remarks

This property is now obsolete. Use the ListEditItemBase.GetFieldValue property instead.

See Also