Back to Devexpress

TdxCustomListView.SelectedItems Property

vcl-dxlistview-dot-tdxcustomlistview-3303112c.md

latest713 B
Original Source

TdxCustomListView.SelectedItems Property

Provides indexed access to selected items.

Declaration

delphi
property SelectedItems[Index: Integer]: TdxListItem read;

Property Value

TypeDescription
TdxListItem

A list item.

|

Remarks

Note

The control’s SelectedItemCount property allows you to obtain the selected item count.

See Also

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit