Back to Devexpress

XRControlStyle.Sides Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-5d446cf5.md

latest1.7 KB
Original Source

XRControlStyle.Sides Property

Overrides the BrickStyle.Sides property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override BorderSide Sides { get; set; }
vb
<Browsable(False)>
Public Overrides Property Sides As BorderSide

Property Value

TypeDescription
BorderSide

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

|

Available values:

NameDescription
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

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace