Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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