Skip to main content
A newer version of this page is available. .

TcxGridSite.GridView Property

Specifies the View contained within a grid site object.

Declaration

property GridView: TcxCustomGridView read;

Property Value

Type
TcxCustomGridView

Remarks

You can use the GridView property to access properties of the View object, which is displayed by the current grid site. The TcxCustomGridView class is the base class for all Views provided by EQGrid.

A grid View represents records in a specific form (Table Views represent records as rows; Card Views represent them as cards). See the Views section for more information.

See Also