The AutoCompleteBox type exposes the following members.

Properties

  NameDescription
IsDropDownOpen
Gets or sets whether the suggestion drop-down is open. This is a dependency property.
MatchingSuggestions
Gets the list of suggestions which match the current user input and should be displayed. This is a dependency property.
MaxSuggestionCount
Gets or sets the maximum number of autocomplete suggestions that will be displayed. This is a dependency property.
MinimumPrefixLength
Gets or sets the minimum number of characters required to be entered in the text box before the AutoCompleteBox displays possible matches. This is a dependency property.
SuggestionsSource
Gets or sets a source for autocompletion suggestions. This may be a collection of strings or an IAutoCompleteSuggestionProvider. This is a dependency property.

See Also