Skip to main content

TcxGridViewHandler.ViewData Property

Specifies the object retrieving data from a data controller and providing it to a View.

Declaration

property ViewData: TcxCustomGridViewData read;

Property Value

Type
TcxCustomGridViewData

Remarks

The ViewData property provides an interface between a View and an assigned data controller. Its retrieves data from the data controller and structures it in a convenient form for display.

See Also