Skip to main content

SkipFooterRowEventArgs.GroupFieldName Property

Gets the field name of the grouping column to which the currently processed group summary footer corresponds.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string GroupFieldName { get; }

Property Value

Type Description
String

The field name of the corresponding grouping column.

Remarks

For total summary footers, the GroupFieldName property returns null.

See Also