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

TcxGridLevel.Items Property

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

#Declaration

Delphi
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