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.v18.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, 0, XtraSerializationFlags.Cached)]
public virtual IList<Brick> InnerBricks { get; }

Property Value

Type Description
IList<Brick>

A collection of Brick objects.

See Also