AutoSuggestBox : ItemsControl
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of AutoSuggestBox
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how AutoSuggestBox
works, you can use the Uno Gallery.
Implemented properties
Property | Supported on |
---|---|
bool UpdateTextOnSelect | all platforms supported by Uno Platform |
string TextMemberPath | all platforms supported by Uno Platform |
Style TextBoxStyle | all platforms supported by Uno Platform |
string Text | all platforms supported by Uno Platform |
IconElement QueryIcon | all platforms supported by Uno Platform |
string PlaceholderText | all platforms supported by Uno Platform |
double MaxSuggestionListHeight | all platforms supported by Uno Platform |
bool IsSuggestionListOpen | all platforms supported by Uno Platform |
object Header | all platforms supported by Uno Platform |
object Description | all platforms supported by Uno Platform |
bool AutoMaximizeSuggestionArea | all platforms supported by Uno Platform |
DependencyProperty AutoMaximizeSuggestionAreaProperty | all platforms supported by Uno Platform |
DependencyProperty DescriptionProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderProperty | all platforms supported by Uno Platform |
DependencyProperty IsSuggestionListOpenProperty | all platforms supported by Uno Platform |
DependencyProperty MaxSuggestionListHeightProperty | all platforms supported by Uno Platform |
DependencyProperty PlaceholderTextProperty | all platforms supported by Uno Platform |
DependencyProperty QueryIconProperty | all platforms supported by Uno Platform |
DependencyProperty TextBoxStyleProperty | all platforms supported by Uno Platform |
DependencyProperty TextMemberPathProperty | all platforms supported by Uno Platform |
DependencyProperty TextProperty | all platforms supported by Uno Platform |
DependencyProperty UpdateTextOnSelectProperty | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<AutoSuggestBox, AutoSuggestBoxQuerySubmittedEventArgs> QuerySubmitted | all platforms supported by Uno Platform |
TypedEventHandler<AutoSuggestBox, AutoSuggestBoxSuggestionChosenEventArgs> SuggestionChosen | all platforms supported by Uno Platform |
TypedEventHandler<AutoSuggestBox, AutoSuggestBoxTextChangedEventArgs> TextChanged | all platforms supported by Uno Platform |
Below are all properties, methods, and events of AutoSuggestBox
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
LightDismissOverlayMode LightDismissOverlayMode | all platforms supported by Uno Platform |
DependencyProperty LightDismissOverlayModeProperty | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.