Skip to main content

SkipFooterRowEventArgs.GroupHierarchyLevel Property

Gets the hierarchy level of the currently processed group summary footer.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int GroupHierarchyLevel { get; }

Property Value

Type Description
Int32

The zero-based integer value that specifies the hierarchy level of the currently processed group summary footer.

Remarks

A source grid control’s data can be grouped by multiple columns, thus forming multiple hierarchy levels. For group footers displayed at the first hierarchy level (these footers correspond to the first grouping column), the GroupHierarchyLevel property returns 0. For the second hierarchy level (these footers correspond to the second grouping column), the GroupHierarchyLevel property returns 1, and so on.

For total summary footers, the GroupHierarchyLevel property returns -1.

See Also