Skip to main content

TcxGridMasterDataRow.DetailGridViews Property

Provides access to all the detail Views, which have been created for the current master row.

Declaration

property DetailGridViews[Index: Integer]: TcxCustomGridView read;

Property Value

Type
TcxCustomGridView

Remarks

The DetailGridViews property provides indexed access to all the detail Views, which have been created for the current master row. To access a particular detail View, specify the index of the grid level that the detail View is associated with.

Note

When no detail View is associated with the specified grid level the DetailGridViews property returns a shallow clone of a grid View. It’s advisable to first check this property to determine whether there is a detail View for the specified grid level.

To learn more about creating master-detail relationships refer to the Master-Detail topic.

See Also