Back to Devexpress

TcxGridLevel.Items Property

vcl-cxgridlevel-dot-tcxgridlevel.md

latest1.0 KB
Original Source

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

TcxGridLevel.Add

TcxGridLevel.VisibleItems

TcxGridLevel Class

TcxGridLevel Members

cxGridLevel Unit