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

StyleUsing.UseBorderWidth Property

Gets or sets a value indicating whether the style’s XRControlStyle.BorderWidth property is used by the XRControl object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public bool UseBorderWidth { get; set; }

Property Value

Type Description
Boolean

true if the XRControl object uses the XRControlStyle.BorderWidth property; otherwise, false. The default value is true.

See Also