CustomSummaryEventArgs(Int32, Object, Object, Int32, CustomSummaryProcess, Object, Int32) Constructor
Creates a new CustomSummaryEventArgs object.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CustomSummaryEventArgs(
int controllerRow,
object totalValue,
object fieldValue,
int groupRowHandle,
CustomSummaryProcess summaryProcess,
object item,
int groupLevel
)
#Parameters
Name | Type | Description |
---|---|---|
controller |
Int32 | An integer value identifying the processed row by its handle. This value is assigned to the Custom |
total |
Object | An object representing the custom calculated summary value. This value is assigned to the Custom |
field |
Object | An object representing the currently processed field value. This value is assigned to the Custom |
group |
Int32 | An integer value identifying the group row whose child data rows are involved in summary calculation. This value is assigned to the Custom |
summary |
Custom |
A Custom |
item | Object | An object representing the summary item whose value is being calculated. This value is assigned to the Custom |
group |
Int32 | An integer value indicating the nested group level of the processed row. This value is assigned to the Custom |