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

XRCrossBandBox Class

A Cross-Band Box control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRCrossBandBox :
    XRCrossBandControl

Remarks

The XRCrossBandBox object is used to draw a rectangle, which is not restricted to a particular band, but goes from the XRCrossBandControl.StartPoint to the XRCrossBandControl.EndPoint, crossing the bands between.

To learn more, see Drawing Cross-Band Lines and Boxes.

Implements

See Also