ItemContainerMultiSelectMode Enum
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.
This enumeration supports a bitwise combination of its member values.
public enum class ItemContainerMultiSelectMode
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 589824)]
/// [Windows.Foundation.Metadata.Experimental]
enum class ItemContainerMultiSelectMode
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 589824)]
[Windows.Foundation.Metadata.Experimental]
public enum ItemContainerMultiSelectMode
Public Enum ItemContainerMultiSelectMode
- Inheritance
-
ItemContainerMultiSelectMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Auto | 1 | |
Single | 2 | |
Extended | 4 | |
Multiple | 8 |