XRControlStyle.Sides Property
Overrides the BrickStyle.Sides property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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