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

TcxGridSite.GridView Property

Specifies the View contained within a grid site object.

#Declaration

Delphi
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