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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue(2F)]
[SRCategory(ReportStringId.CatAppearance)]
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