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

GroupSortingSummaryRowChangedEventArgs.Row Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public object Row { get; }

Property Value

Type Description
Object

A Object representing a data row.

Remarks

Use the Row property to get access to a data row, 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