Skip to main content

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public object GetValue(
    string fieldName
)

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