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

XRCrossBandLine Class

A Cross-Band Line control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class XRCrossBandLine :
    XRCrossBandControl

Remarks

XRCrossBandLine is used to draw a vertical line which is not restricted to a particular band, but goes from the XRCrossBandControl.StartPoint to the XRCrossBandControl.EndPoint, crossing the bands between.

Note

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

To specify whether the line should be drawn solid or dashed, use the XRCrossBandLine.LineStyle property.

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

Implements

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