Skip to main content

TableRow.Bricks Property

Gets the array of bricks held by the TableRow.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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