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.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public ItemCollection Items { get; }
Property Value
Type:
ItemCollectionSee Also