Skip to main content

CustomSummaryExistEventArgs.GroupLevel Property

Gets the nesting level of a group row whose summary value is being calculated.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public int GroupLevel { get; }

#Property Value

Type Description
Int32

An integer value that specifies the zero-based nesting level of the processed group row.

#Remarks

To learn more, see Group Summary.

See Also