Skip to main content

CustomSummaryEventArgs.GroupRowHandle Property

Gets a value identifying the group row whose child data rows are involved in summary calculation.

Namespace: DevExpress.Data

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int GroupRowHandle { get; }

Property Value

Type Description
Int32

An integer value representing the handle of the group row containing the processed row as a child. 0 when calculating a total summary value.

See Also