TcxGridLevel.GridView Property
Specifies the View associated with the current level.
Declaration
property GridView: TcxCustomGridView read; write;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
Use the GridView property to assign a View to the current grid level. Levels allow you to specify the data hierarchy only. The retrieval of data from a data source and displaying it on screen is implemented by a View. TcxCustomGridView is a base class for Views. ExpressQuantumGrid provides several Views:
Table View (TcxGridTableView and TcxGridDBTableView) – displays data in a tabular form (similar to a standard TCustomGrid control)
Banded Table View (TcxGridBandedTableView and TcxGridDBBandedTableView) – similar to a table View but with the additional ability to group columns within bands
Card View (TcxGridCardView and TcxGridDBCardView) – displays data records in cards (data fields are displayed in rows instead of vertically in columns)
Chart View (TcxGridChartView and TcxGridDBChartView) – displays numerical data in the form of a chart diagram (for instance, a bar diagram or column diagram).