GroupSortingSummaryRowChangedEventArgs(Object, Object) Constructor
Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| row | Object | A Object, specifying the data row. |
| fieldValue | Object | A Object, specifying the data field’s value. |
See Also