Back to Devexpress

XRCrossBandLine.LineStyle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandline.md

latest1.9 KB
Original Source

XRCrossBandLine.LineStyle Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(DXDashStyle.Solid)]
[SRCategory(ReportStringId.CatAppearance)]
public DXDashStyle LineStyle { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<DefaultValue(DXDashStyle.Solid)>
Public Property LineStyle As DXDashStyle

Property Value

TypeDefaultDescription
DXDashStyleSolid

An enumeration value that indicates the dash style.

|

Available values:

NameDescription
Solid

A solid line.

| | Dash |

A line that consists of short dashes.

| | Dot |

A line that consists of dots.

| | DashDot |

A line that consists of a repeating short dash-dot pattern.

| | DashDotDot |

A line that consists of a repeating short dash-dot-dot pattern.

| | Custom |

A user-defined dash style.

|

Remarks

Use the LineStyle property to specify whether the XRCrossBandLine control should be drawn solid or dashed. A user-defined dash style (DXDashStyle.Custom) is not supported.

See Also

XRCrossBandLine Class

XRCrossBandLine Members

DevExpress.XtraReports.UI Namespace