Skip to main content

TcxGridDataRow Class

A data row within a grid Table View.

Declaration

TcxGridDataRow = class(
    TcxCustomGridRow
)

Remarks

A data row displays data in cells, one per each column shown in the View. With TcxGridDataRow members, you can retrieve values and text representation of cells, get the group level of a row and get the row’s positions within the View and bound data source.

You can access rows currently displayed using the View’s ViewData.Rows array. It maintains a collection of currently visible rows, i.e. rows not hidden under collapsed row(s). The first row in this collection identifies the top visible row.

TcxGridDataRow is also the base class for TcxGridMasterDataRow and TcxGridNewItemRow rows representing a row in a master View and a row for entering new data respectively.

For more information about rows see the TcxCustomGridRecord class topic.

Inheritance

See Also