XRCrossBandBox.BorderWidth Property
Specifies the width of control borders in pixels as a floating point value.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.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