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 Tcx |
Controller protected |
Returns the View’s controller object.
Inherited from Tcx |
Data |
Specifies the data controller assigned to the View.
Inherited from Tcx |
Editing |
Inherited from Tcx |
Filter |
Provides access to the filter row. |
Fixed |
|
Fixed |
|
Grid |
Inherited from Tcx |
Look |
Inherited from Tcx |
New |
Provides access to a new item record in the parent grid View.
Inherited from Tcx |
New |
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 Tcx |
Painter |
Inherited from Tcx |
Record |
Specifies the number of records in the current View |
Records |
Specifies a collection of records presented in a View |
Row |
Specifies the number of rows which are represented by the current View |
Rows |
Provides indexed access to the rows which are stored in the View |
Site |
Inherited from Tcx |
View |
Specifies the object retrieving data from a data controller and providing it to a View.
Inherited from Tcx |
View |
Inherited from Tcx |
See Also