LongListSelector.ItemsSource Property

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

Syntax

'Declaration
Public Property ItemsSource As IList
public IList ItemsSource { get; set; }
public:
property IList^ ItemsSource {
    IList^ get ();
    void set (IList^ value);
}
member ItemsSource : IList with get, set

Property Value

Type: System.Collections.IList

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

LongListSelector Class

Microsoft.Phone.Controls Namespace