Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 753 Bytes

itemcontainer_isselected.md

File metadata and controls

30 lines (17 loc) · 753 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ItemContainer.IsSelected
winrt property

Microsoft.UI.Xaml.Controls.ItemContainer.IsSelected

-description

Gets or sets a value that indicates whether the item is currently selected.

-property-value

A value that indicates whether the item is currently selected. The default is false.

-remarks

This property sets the selection state for an individual instance of ItemContainer. Setting this property toggles the visibility of the item container's selection visual.

This property is automatically synchronized with the selection model of the ItemsView that this container belongs to.

-see-also

-examples