Skip to main content

CustomSummaryExistEventArgs(Int32, Int32, Object) Constructor

Initializes a new instance of the CustomSummaryExistEventArgs class.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CustomSummaryExistEventArgs(
    int groupRowHandle,
    int groupLevel,
    object item
)

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