Back to Devexpress

TcxCustomGrid.Views Property

vcl-cxgrid-dot-tcxcustomgrid-8da6ac79.md

latest1.2 KB
Original Source

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

TcxCustomGrid.CreateView

TcxCustomGrid.FocusedView

TcxCustomGrid.ViewCount

TcxCustomGrid Class

TcxCustomGrid Members

cxGrid Unit