CustomSummaryEventArgs.GetValue(String) Method
In This Article
Returns the value in the specified field
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#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. |
See Also