Skip to main content

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:

See Also