Skip to main content

IRowData.GetFieldValue(String) Method

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

object GetFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The name of the field whose value should be returned.

Returns

Type Description
Object

An object that represents a field value.

See Also