Skip to main content

TcxGridTableView.ViewData Property

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

Declaration

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