Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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