Skip to main content

TcxGridViewData Properties

This is an intermediate class providing an interface or bridge between a data controller and a grid View.
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 Inherited from TcxCustomGridTableViewData.
FilterRow Provides access to the filter row.
FixedBottomRowCount
FixedTopRowCount
GridView Inherited from TcxCustomGridTableViewData.
LookAndFeelPainter Inherited from TcxGridViewHandler.
NewItemRecord Provides access to a new item record in the parent grid View. Inherited from TcxCustomGridTableViewData.
NewItemRow Specifies the “new item row” in the grid 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. Inherited from TcxCustomGridTableViewData.
Records Specifies a collection of records presented in a ViewData. Inherited from TcxCustomGridTableViewData.
RowCount Specifies the number of rows which are represented by the current ViewData class instance.
Rows Provides indexed access to the rows which are stored in the ViewData object.
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