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

TcxCustomGrid.Views Property

Specifies the list of all Views contained within a grid control.

#Declaration

Delphi
property Views[Index: Integer]: TcxCustomGridView read;

#Property Value

Type
TcxCustomGridView

#Remarks

Use the Views property to iterate through all Views within a grid control. The Views property stores all Views created by the CreateView method. Use this method to create a specific View based on the View class. Refer to the Views topic regarding the View classes provided by ExpressQuantumGrid.

Each View must be associated with a level via the TcxGridLevel.GridView property to display its data on screen.

See Also