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

XRCrossBandLine.LineStyle Property

Gets or sets the style used to draw a cross-band line.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[DefaultValue(DashStyle.Solid)]
public DashStyle LineStyle { get; set; }

Property Value

Type Default Description
DashStyle **Solid**

A DashStyle enumeration value that represents the line style.

Remarks

Use the LineStyle property to specify whether the XRCrossBandLine control should be drawn solid or dashed.

See Also