ListPickerFlyout.SelectionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the selection mode of the picker.
public:
property ListPickerFlyoutSelectionMode SelectionMode { ListPickerFlyoutSelectionMode get(); void set(ListPickerFlyoutSelectionMode value); };
ListPickerFlyoutSelectionMode SelectionMode();
void SelectionMode(ListPickerFlyoutSelectionMode value);
public ListPickerFlyoutSelectionMode SelectionMode { get; set; }
var listPickerFlyoutSelectionMode = listPickerFlyout.selectionMode;
listPickerFlyout.selectionMode = listPickerFlyoutSelectionMode;
Public Property SelectionMode As ListPickerFlyoutSelectionMode
Property Value
The selection mode of the picker.