TcxGridDBLayoutView.Items Property
Provides indexed access to the View’s data items.
Declaration
property Items[Index: Integer]: TcxGridDBLayoutViewItem read; write;
Property Value
| Type |
|---|
| TcxGridDBLayoutViewItem |
Remarks
Index specifies the item’s position in the items list.
See Also