Back to Devexpress

CustomSummaryEventArgs.GroupRowHandle Property

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-296f631c.md

latest1.3 KB
Original Source

CustomSummaryEventArgs.GroupRowHandle Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public int GroupRowHandle { get; }
vb
Public ReadOnly Property GroupRowHandle As Integer

Property Value

TypeDescription
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

Rows

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace