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

XRCrossBandBox.BorderWidth Property

Specifies the width of control borders in pixels as a floating point value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
[DefaultValue(2F)]
public override float BorderWidth { get; set; }

Property Value

Type Default Description
Single 2

A Single value.

Remarks

You can specify this property in code or use the Properties panel.

See Also