[]
Gets the collection of items displayed in the list.
public IDataCollection<object> Items { get; }
Public ReadOnly Property Items As IDataCollection(Of Object)
This collection is a plain list of items as shown in the list, unlike DataCollection which can contain grouped items.