TcxGridLayoutView.Items Property
Provides indexed access to the View’s data items.
Declaration
property Items[Index: Integer]: TcxGridLayoutViewItem read; write;
Property Value
Type |
---|
TcxGridLayoutViewItem |
Remarks
Index specifies the item’s position in the items list.
To access data items visible within the View, use the VisibleItems property.
See Also