Back to Devexpress

TcxGridDataRow Class

vcl-cxgridtableview-6f0c72f7.md

latest2.4 KB
Original Source

TcxGridDataRow Class

A data row within a grid Table View.

Declaration

delphi
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

TObject TcxCustomGridRecord TcxCustomGridRow TcxGridDataRow

See Also

TcxCustomGridRecord

TcxCustomGridRow

TcxGridGroupRow

TcxGridMasterDataRow

TcxGridNewItemRow

TcxCustomGridTableController.FocusedRecord

TcxGridCustomLayoutViewViewData.Records

TcxGridViewData.Rows

TcxPivotGridCrossCell.Records

TcxPivotGridCrossCellSummary.Records

TcxPivotGridGroupItem.Records

Records

TcxGridDataRow Members

cxGridTableView Unit