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

XRCrossBandControl.EndBand Property

Gets or sets a band, from which a cross-band control finishes its drawing.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatLayout)]
public Band EndBand { get; set; }

#Property Value

Type Description
Band

A Band object, representing a band where the control’s ending point lies.

#Remarks

Use the XRCrossBandControl.StartBand to specify where the starting point is located. The XRCrossBandControl.StartPointF and XRCrossBandControl.EndPointF properties set exact points within the bands.

Note

We recommend that you start and end cross-band controls on paired bands (Report Header/Footer, Page Header/Footer or Top/Bottom Margin). Otherwise, these controls can be incorrectly drawn in the report document.

See Also