Skip to main content
A newer version of this page is available. .

CustomSummaryEventArgs.GetValue(String) Method

Returns the value in the specified field

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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