Back to Devexpress

TcxGridTableView.ViewData Property

vcl-cxgridtableview-dot-tcxgridtableview-2b5573d5.md

latest1.3 KB
Original Source

TcxGridTableView.ViewData Property

Provides access to the rows that are currently displayed within the View.

Declaration

delphi
property ViewData: TcxGridViewData read;

Property Value

Type
TcxGridViewData

Remarks

ViewData provides a bridge between the data controller and the Table View. This property returns a TcxGridViewData object that provides access to the visible rows via the ViewData.Rows property. Every row represents a TcxCustomGridRow object allowing you to access different attributes relating to a row (an array of values corresponding to record fields, level of a record and others).

A ViewData object represents only records displayed within a View (i.e. it does not include those hidden within collapsed records).

See Also

TcxGridViewData

TcxCustomGridTableController.FocusedRecord

Records

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit