ListPickerFlyout.ItemsSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The object that is used to generate the content of the control. The default is null.