Skip to main content

CustomSummaryEventArgs.GroupLevel Property

Gets the nested level of the group 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 representing the zero-based nested level of the processed group.

#Remarks

To learn more, see Group Summary.

See Also