PrintableComponentContainer.BorderWidth Property
Overrides the XRControl.BorderWidth property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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