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

TcxCustomGridTableView.ViewData Property

Identifies an object that adapts the values provided by a data controller for grid View data representation.

#Declaration

Delphi
property ViewData: TcxCustomGridTableViewData read;

#Property Value

Type
TcxCustomGridTableViewData

#Remarks

Use the ViewData property to access an object adapting values provided by a data controller for displaying within a grid View. This property refers to an instance of the TcxCustomGridTableViewData class. Members of this class provide access to the records currently visible within a View. They also allow navigation between View records, expanding group rows and access to the new item row, etc.

See Also