Share via


Picker.ItemsSource Property

Definition

Gets or sets the source list of items to template and display.

public:
 property System::Collections::IList ^ ItemsSource { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList ItemsSource { get; set; }
member this.ItemsSource : System.Collections.IList with get, set
Public Property ItemsSource As IList

Property Value

Applies to