CompositeBrick.InnerBricks Property
Provides access to a collection of bricks contained within the CompositeBrick instance.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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