Skip to main content

CustomSummaryEventArgs.GroupRowHandle Property

Gets the handle of a group row whose child data rows are involved in summary calculation.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public int GroupRowHandle { get; }

#Property Value

Type Description
Int32

An integer value that specifies the group row's handle. 0 when calculating a total summary value.

#Remarks

To learn more, see Group Summary and Obtaining Row Handles.

See Also