CustomSummaryEventArgs.GetValue(String) Method
In This Article
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 |
---|---|---|
field |
String | The field whose value should be returned. |
#Returns
Type | Description |
---|---|
Object | An object that represents the value of the specified field. |
See Also