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

TableRow.Bricks Property

Gets the array of bricks held by the TableRow.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, 0, XtraSerializationFlags.Cached)]
public BrickList Bricks { get; }

Property Value

Type Description
DevExpress.XtraPrinting.BrickList

A BrickList object which represents the array of bricks held by the TableRow.

Remarks

The array of bricks the TableRow holds is created and initialized in the constructor of the TableRow. Bricks are added to and removed from the array using appropriate methods. Individual bricks are accessed using indexer notation.

See Also