TcxCustomGridView.ViewData Property
Specifies the object adapting values provided by a data controller for the grid View’s data representation.
Declaration
property ViewData: TcxCustomGridViewData read;
Property Value
Type |
---|
TcxCustomGridViewData |
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