Skip to main content
A newer version of this page is available. .

XRCrossBandControl.EndBand Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.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.StartPoint and XRCrossBandControl.EndPoint properties set exact points within the bands.

See Also