ListEditItemBase.GetValue(String) Method
In This Article
OBSOLETE
This method is obsolete. Use Get
Returns 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 GetFieldValue method instead.")]
public object GetValue(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
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