Skip to main content

CustomSummaryExistEventArgs.GroupRowHandle Property

Gets the handle of a group row whose summary value is calculated.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public virtual int GroupRowHandle { get; }

#Property Value

Type Description
Int32

An integer value specifying the handle of the group row whose summary value is calculated.

#Remarks

To learn more, see Group Summary.

See Also