Skip to main content

IRowData.GetFieldValue(String) Method

Gets a value of the specified field within the processed row.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

object GetFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of the field whose value must be returned.

Returns

Type Description
Object

An object representing a field value.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also