ListPickerFlyoutSelectionMode Enum

Definition

Defines constants that specify the selection mode of a ListPickerFlyout.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ListPickerFlyoutSelectionMode
Inheritance
ListPickerFlyoutSelectionMode
Attributes

Fields

Name Value Description
Single 0

A user can select only one item.

Multiple 1

The user can select multiple items.

Remarks

These values are used by the ListPickerFlyout.SelectionMode property.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also