XRControlStyle.Sides Property
In This Article
Overrides the BrickStyle.Sides property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public override BorderSide Sides { get; set; }
#Property Value
Type | Description |
---|---|
Border |
One of the Border |
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