TcxGridLayoutView.Items Property
In This Article
Provides indexed access to the View’s data items.
#Declaration
Delphi
property Items[Index: Integer]: TcxGridLayoutViewItem read; write;
#Property Value
Type |
---|
Tcx |
#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