Back to Devexpress

TcxGridLevel.GridView Property

vcl-cxgridlevel-dot-tcxgridlevel-aa54fe60.md

latest2.0 KB
Original Source

TcxGridLevel.GridView Property

Specifies the View associated with the current level.

Declaration

delphi
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

TcxCustomGridView.Level

Data Representation

Grid Levels

TcxGridLevel Class

TcxGridLevel Members

cxGridLevel Unit