Skip to main content

TcxCustomGridRecord.GridView Property

Returns the View, which owns the current record.

Declaration

property GridView: TcxCustomGridTableView read;

Property Value

Type
TcxCustomGridTableView

Remarks

The GridView property specifies the View, which owns the current record. Grid Views represent records in a specific form (Table Views represent records as rows; Card Views represent them as cards). Using the GridView object’s properties you can, for instance, access a collection of items (fields) for which the record provides values.

To access the collection of records displayed within a View, see the View’s ViewData.Records property. It contains the records currently visible or potentially visible when scrolling.

See Also