Skip to main content
A newer version of this page is available. .

TcxCustomGridTableViewData Properties

Represents the base class which provides data from a data store as an array of records.
Name Description
Control protected Specifies the grid control owning the View. Inherited from TcxGridViewHandler.
Controller protected Returns the View’s controller object. Inherited from TcxGridViewHandler.
DataController Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler.
EditingRecord
GridView
LookAndFeelPainter Inherited from TcxGridViewHandler.
NewItemRecord References a new item record in the View.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Inherited from TcxGridViewHandler.
RecordCount Specifies the number of records in the current ViewData object.
Records Specifies a collection of records presented in a ViewData.
Site Inherited from TcxGridViewHandler.
ViewData protected Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler.
ViewInfo Inherited from TcxGridViewHandler.
See Also