Skip to main content

IRowData.GetFieldValueGeneric<T>(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

T GetFieldValueGeneric<T>(
    string fieldName
)

Parameters

Name Type Description
fieldName String

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

Type Parameters

Name
T

Returns

Type Description
T

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