Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 594 Bytes

searchbox_searchhistoryenabled.md

File metadata and controls

28 lines (19 loc) · 594 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SearchBox.SearchHistoryEnabled
winrt property

Windows.UI.Xaml.Controls.SearchBox.SearchHistoryEnabled

-description

Gets or sets a value that determines whether search suggestions are made from the search history.

-xaml-syntax

<SearchBox SearchHistoryEnabled="bool"/>

-property-value

true if search suggestions are made from the search history; otherwise, false. The default is true.

-remarks

-examples

-see-also