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.v26.1.Core.dll
Declaration
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