SkipFooterRowEventArgs.AreaType Property
Gets the type of the currently processed summary footer.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Export.FooterAreaType | A value that identifies the type of the currently processed summary footer. |
Remarks
The AreaType property returns one of the following values:
- GroupFooter - Identifies a group row’s summary footer.
- TotalFooter - Identifies the control’s total summary footer.
See Also