Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 674 Bytes

gridviewitempresenter_selectioncheckmarkvisualenabled.md

File metadata and controls

28 lines (19 loc) · 674 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectionCheckMarkVisualEnabled
winrt property

Microsoft.UI.Xaml.Controls.Primitives.GridViewItemPresenter.SelectionCheckMarkVisualEnabled

-description

Gets or sets a value that indicates whether the check mark is shown when the item is selected.

-xaml-syntax

<gridViewItemPresenter SelectionCheckMarkVisualEnabled="bool"/>

-property-value

true to show the selection check mark; otherwise, false. The default is true.

-remarks

-examples

-see-also