Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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