TcxCustomGridView.ViewData Property
In This Article
Specifies the object adapting values provided by a data controller for the grid View’s data representation.
#Declaration
Delphi
property ViewData: TcxCustomGridViewData read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ViewData property to access an object adapting the values provided by a data controller to display within a grid View. This property refers to a TcxCustomGridViewData class instance.
See Also