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

GroupSortingSummaryRowChangedEventArgs(Object, Object) Constructor

Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public GroupSortingSummaryRowChangedEventArgs(
    object row,
    object fieldValue
)

Parameters

Name Type Description
row Object

A Object, specifying the data row.

fieldValue Object

A Object, specifying the data field’s value.

See Also