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

SkipFooterRowEventArgs.AreaType Property

Gets the type of the currently processed summary footer.

Namespace: DevExpress.Export

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

Declaration

public FooterAreaType AreaType { get; }

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