Skip to main content
A newer version of this page is available. .

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

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