Skip to main content

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field.

Namespace: DevExpress.Data

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#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