Back to Devexpress

CustomSummaryEventArgs.GroupLevel Property

corelibraries-devexpress-dot-data-dot-customsummaryeventargs-2265f371.md

latest1.4 KB
Original Source

CustomSummaryEventArgs.GroupLevel Property

Gets the nested level of the group whose summary value is being calculated.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public int GroupLevel { get; }
vb
Public ReadOnly Property GroupLevel As Integer

Property Value

TypeDescription
Int32

An integer value representing the zero-based nested level of the processed group.

|

Remarks

Reading this property is useful only when grouping is applied to data and a group summary item’s value is being calculated. In other cases, the GroupLevel property returns 0.

See Also

GetRowLevel(Int32)

CustomSummaryEventArgs Class

CustomSummaryEventArgs Members

DevExpress.Data Namespace