TcxCustomGridTableView.ViewData Property
Identifies an object that adapts the values provided by a data controller for grid View data representation.
Declaration
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