Skip to main content
A newer version of this page is available.
All docs
V19.1

CorePrintableComponentLinkBase.CreateInnerPageHeaderArea Event

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
public override event CreateAreaEventHandler CreateInnerPageHeaderArea

Event Data

The CreateInnerPageHeaderArea 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