Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRControlStyle.BorderStyle Property

Overrides the BrickStyle.BorderStyle property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Browsable(false)]
public override BrickBorderStyle BorderStyle { get; set; }

#Property Value

Type Description
BrickBorderStyle

A BrickBorderStyle enumeration value that represents the border style of a control’s brick.

Available values:

Name Description
Inset

The borders are drawn inside the brick’s rectangle.

Outset

The borders are drawn outside the brick’s rectangle.

Center

The borders are drawn over the contour of the brick’s rectangle, so that they are partially inside and outside of the brick.

#Remarks

This property is intended to hide the corresponding property of the BrickStyle class.

See Also