Back to Devexpress

TcxCustomGridTableView.ViewData Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-c96f860c.md

latest1.0 KB
Original Source

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

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit