Skip to main content

Brick.Bricks Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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