Back to Devexpress

TableRow Class

corelibraries-devexpress-dot-xtraprinting-336e2b80.md

latest2.1 KB
Original Source

TableRow Class

Represents a row in the PageTableBrick.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class TableRow :
    IXtraSupportDeserializeCollectionItem
vb
Public Class TableRow
    Implements IXtraSupportDeserializeCollectionItem

The following members return TableRow objects:

Remarks

The PageTableBrick represents a table which is comprised of rows stored in the TableRowCollection. Individual rows within the collection are represented by the TableRow class. Each TableRow can further contain a collection of bricks which is exposed via the TableRow.Bricks property. Individual bricks are accessed using indexer notation. These bricks assume the role of columns in the TableRow.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object TableRow

See Also

TableRow Members

PageTableBrick

Bricks

DevExpress.XtraPrinting Namespace