LongListSelector.ItemsSource Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a collection used to generate the content of the LongListSelector.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property ItemsSource As IList
public IList ItemsSource { get; set; }

Property Value

Type: System.Collections..::.IList
A collection that is used to generate the content of the LongListSelector.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

LongListSelector Class

Microsoft.Phone.Controls Namespace