Click or drag to resize
ItemsControlItems Property
Gets the collection used to generate the content of the control. WARNING: When ItemsSource is set, it will only returns a snapshot. The returned values will not be updated at the same time as the ItemsSource.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ItemCollection Items { get; }

Property Value

Type: ItemCollection
See Also