CustomSummaryEventArgs.GetValue(String) Method
In This Article
Returns the value in the specified field.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A string that identifies the field whose value must be returned. |
#Returns
Type | Description |
---|---|
Object | An object that represents the value of the specified field. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also