GroupSortingSummaryRowChangedEventArgs(Object, Object) Constructor
Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.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