Skip to main content
A newer version of this page is available. .

CustomSummaryExistEventArgs.GroupRowHandle Property

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public virtual int GroupRowHandle { get; }

Property Value

Type Description
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