Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 459 Bytes

itemsview_itemssource.md

File metadata and controls

27 lines (15 loc) · 459 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ItemsView.ItemsSource
winrt property

Microsoft.UI.Xaml.Controls.ItemsView.ItemsSource

-description

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

-property-value

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

-remarks

-see-also

-examples