ListPickerFlyout.ItemsSource Property

Definition

Gets or sets an object source used to generate the content of the control.

public:
 property Platform::Object ^ ItemsSource { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ItemsSource();

void ItemsSource(IInspectable value);
public object ItemsSource { get; set; }
var object = listPickerFlyout.itemsSource;
listPickerFlyout.itemsSource = object;
Public Property ItemsSource As Object

Property Value

Object

Platform::Object

IInspectable

The object that is used to generate the content of the control. The default is null.

Applies to