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

Brick.Bricks Property

Gets a collection of bricks which are contained in this Brick.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual BrickCollectionBase Bricks { get; }

Property Value

Type Description
BrickCollectionBase

Always returns the empty collection of bricks.

Remarks

The Bricks property should be overridden in descendants of the Brick class.

See Also