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

VisualBrick.Sides Property

Defines the border settings for the current VisualBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public BorderSide Sides { get; set; }

Property Value

Type Description
BorderSide

The border settings for the current VisualBrick.

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 value specifies which borders of the current brick are displayed. If this property value is BorderSide.None, brick borders are invisible.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Sides property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also