CustomSummaryExistEventArgs(Int32, Int32, Object) Constructor
Initializes a new instance of the CustomSummaryExistEventArgs class.
Namespace: DevExpress.Data
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
groupRowHandle | Int32 | An integer value specifying the handle of the group row whose summary value is about to be calculated. This value is assigned to the CustomSummaryExistEventArgs.GroupRowHandle property. |
groupLevel | Int32 | An integer value specifying the zero-based nesting level of the processed group. This value is assigned to the CustomSummaryExistEventArgs.GroupLevel property. |
item | Object | An object which represents the summary item whose value is about to be calculated. This value is assigned to the CustomSummaryExistEventArgs.Item property. |
See Also