Skip to main content
All docs
V25.1
  • GroupHeaderBand.PageBreak Property

    Gets or sets a value that determines where to make a page break, in respect to the given GroupHeader band.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public override PageBreak PageBreak { get; set; }

    Property Value

    Type Description
    PageBreak

    A PageBreak enumeration value.

    Remarks

    The AfterBand and AfterBandExceptLastEntry values are unavailable at design time when the GroupHeader band’s PrintAcrossBands property is enabled.

    See Also