Skip to main content

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public object GetValue(
    string fieldName
)

#Parameters

Name Type Description
fieldName String

The field whose value should be returned.

#Returns

Type Description
Object

An object that represents the value of the specified field.

See Also