Skip to main content
A newer version of this page is available. .

TcxLookupGridColumns.Items Property

Provides indexed access to columns in the columns collection of the drop-down list.

Declaration

property Items[Index: Integer]: TcxLookupGridColumn read; write; default;

Property Value

Type
TcxLookupGridColumn

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