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

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.v18.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FieldValue property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also