TableRow.Bricks Property
In This Article
Gets the array of bricks held by the TableRow.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Brick |
#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