A newer version of this page is available.
Switch to the current version.
XRCrossBandBox Class
A Cross-Band Box control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public class XRCrossBandBox :
XRCrossBandControl
Public Class XRCrossBandBox
Inherits 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.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
Inheritance
See Also
Feedback