Skip to main content

TcxCustomGrid.Views Property

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

Declaration

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