Back to Devexpress

TdxListItems.Items Property

vcl-dxlistview-dot-tdxlistitems-e4b8720c.md

latest579 B
Original Source

TdxListItems.Items Property

Provides indexed access to stored items.

Declaration

delphi
property Items[Index: Integer]: TdxListItem read; write; default;

Property Value

TypeDescription
TdxListItem

A list item.

|

Remarks

Note

Use the collection’s Count property to obtain the total item count.

See Also

TdxListItems Class

TdxListItems Members

dxListView Unit