Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 685 Bytes

itemscontrol_items.md

File metadata and controls

35 lines (24 loc) · 685 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ItemsControl.Items
winrt property

Windows.UI.Xaml.Controls.ItemsControl.Items

-description

Gets the collection used to generate the content of the control.

-xaml-syntax

<itemsControl>
  oneOrMoreItems
</itemsControl>

-xaml-values

oneOrMoreItems
oneOrMoreItemsOne or more object elements.
## -property-value The collection that is used to generate the content of the control, if it exists; otherwise, null. The default is an empty collection.

-remarks

-examples

-see-also