Skip to main content
All docs
V25.1
  • PrintableComponentLinkBase.CreateInnerPageHeaderArea Event

    Namespace: DevExpress.XtraPrintingLinks

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

    NuGet Package: DevExpress.Printing.Core

    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