Share via


FilterableListView.Items Property

 

Gets a collection of items.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ObservableCollection<ListViewItem> Items { get; }
public:
property ObservableCollection<ListViewItem^>^ Items {
    ObservableCollection<ListViewItem^>^ get();
}
Public ReadOnly Property Items As ObservableCollection(Of ListViewItem)

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<ListViewItem>

A collection of items.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top