Skip to main content
All docs
V19.2

CorePrintableComponentLinkBase.CreateDetailFooterArea Event

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
public override event CreateAreaEventHandler CreateDetailFooterArea

Event Data

The CreateDetailFooterArea event's data class is CreateAreaEventArgs. The following properties provide information specific to this event:

Property Description
Graph Gets a BrickGraphics object used to draw in the current report.
See Also