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
Property Value
| Type | Description |
|---|---|
| IList<Brick> | A collection of Brick objects. |
See Also