Click or drag to resize
MultiSelectorSelectedItems Property
Gets the items in the System.Windows.Controls.Primitives.MultiSelector that are selected.

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

Property Value

Type: IList
See Also