Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupBand.RepeatEveryPage Property

Specifies whether the group band should be shown only on the first page that the group appears on or on every page that the group is printed on.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual bool RepeatEveryPage { get; set; }

#Property Value

Type Default Description
Boolean false

true if the group band should be shown on every page; otherwise, false.

#Remarks

Use this property independently of the GroupHeaderBand and GroupFooterBand objects of the same group.

See Also