TcxLookupGridColumns.Items Property
In This Article
Provides indexed access to columns in the columns collection of the drop-down list.
#Declaration
Delphi
property Items[Index: Integer]: TcxLookupGridColumn read; write; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to access individual columns within a collection. The Index parameter value represents the position of an item within the collection.
See Also