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

XRControlStyle.Sides Property

Overrides the BrickStyle.Sides property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public override BorderSide Sides { get; set; }

Property Value

Type Description
BorderSide

One of the BorderSide enumeration’s values that defines the visible brick borders.

Available values:

Name Description
None

No borders are applied to a brick.

Left

Applies the left border to a brick.

Top

Applies the top border to a brick.

Right

Applies the right border to a brick.

Bottom

Applies the bottom border to a brick.

All

Applies all borders to a brick.

Remarks

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

See Also