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

CompositeBrick.InnerBricks Property

Provides access to a collection of bricks contained within the CompositeBrick instance.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual IList<Brick> InnerBricks { get; }

Property Value

Type Description
IList<Brick>

A collection of Brick objects.

See Also