Skip to main content

GroupSortingSummaryRowChangedEventArgs.FieldValue Property

Provides access to a data field, whose data can be used in calculating a custom summary for sorting groups.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object FieldValue { get; }

Property Value

Type Description
Object

A Object representing a data field.

Remarks

Use the FieldValue property to get access to a data field, whose data may be required when calculating a custom summary.

To learn more, see Grouping and Sorting a Report’s Data and Calculating Custom Summaries via Scripts.

See Also