Skip to main content

CompositeBrick.InnerBricks Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v26.1.Core.dll

Declaration

public virtual IList<Brick> InnerBricks { get; }

Property Value

Type Description
IList<Brick>

A collection of Brick objects.

See Also