CustomSummaryEventArgs.GetValue(String) Method
Returns the value in the specified field
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.2.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | 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