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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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.

Note

The XRCrossBandBox control cannot start/end on a vertical band.

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

Implements

DevExpress.XtraPrinting.IBrickOwner
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also