Skip to main content

TcxGridLevel.Items Property

Specifies the collection of child (detail) levels for the current grid level.

Declaration

property Items[Index: Integer]: TcxGridLevel read; default;

Property Value

Type
TcxGridLevel

Remarks

Use the Items property to get references to child levels for the current grid level. The number of levels is defined by the Count property.

Levels in this collection are used to create master-detail relations between datasets (data storages, stating it more generally). The current level is linked with the help of a View to a master table, while each child grid level is linked to a detail table.

See Also