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

PrintableComponentContainer.BorderWidth Property

Overrides the XRControl.BorderWidth property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(true)]
public override float BorderWidth { get; set; }

Property Value

Type Description
Single

A Single value.

Remarks

This property is overridden to hide the corresponding property of the XRControl class, since the BorderWidth property is not appropriate for the PrintableComponentContainer control.

See Also