ItemContainer.CanUserSelect 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.
public:
property ItemContainerUserSelectMode CanUserSelect { ItemContainerUserSelectMode get(); void set(ItemContainerUserSelectMode value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")]
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")]
/// [set: Windows.Foundation.Metadata.Experimental]
ItemContainerUserSelectMode CanUserSelect();
void CanUserSelect(ItemContainerUserSelectMode value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")]
[Windows.Foundation.Metadata.Experimental]
public ItemContainerUserSelectMode CanUserSelect { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")] [Windows.Foundation.Metadata.Experimental] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::ItemContainerUserSelectMode::Auto")] [Windows.Foundation.Metadata.Experimental] set; }
var itemContainerUserSelectMode = itemContainer.canUserSelect;
itemContainer.canUserSelect = itemContainerUserSelectMode;
Public Property CanUserSelect As ItemContainerUserSelectMode
Property Value
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute ExperimentalAttribute