Back to Devexpress

CustomSummaryExistEventArgs.GroupRowHandle Property

corelibraries-devexpress-dot-data-dot-customsummaryexisteventargs-5cb1ab21.md

latest1.4 KB
Original Source

CustomSummaryExistEventArgs.GroupRowHandle Property

Gets a value identifying the group row whose summary value is about to be calculated.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDescription
Int32

An integer value representing the handle of the group row whose summary value is about to be calculated. 0 when calculating a total summary value.

|

See Also

Exists

Rows

CustomSummaryExistEventArgs Class

CustomSummaryExistEventArgs Members

DevExpress.Data Namespace