AutoCompleteView
Universal autocomplete view control for MAUI.
Hereda de: ContentView
Constructores
AutoCompleteView()
Creates a new AutoCompleteView.
Propiedades
IsPopupOpen : bool
Gets or sets whether the popup is open.
ItemsSource : IEnumerable
Gets or sets the items source.
ItemTemplate : DataTemplate
Gets or sets the item template.
MinimumPrefixLength : int
Gets or sets the minimum prefix length before showing suggestions.
Placeholder : string
Gets or sets the placeholder text.
SearchText : string
Gets or sets the search text.
SelectCommand : ICommand
Gets or sets the select command.
SelectedItem : object
Gets or sets the selected item.
ShowClearButton : bool
Gets or sets whether to show the clear button.
Eventos
ItemConfirmed : EventHandler<object>
Raised when an item is confirmed.
ItemSelected : EventHandler<object>
Raised when an item is selected.
SearchTextChanged : EventHandler<string>
Raised when the search text changes.
Campos
IsPopupOpenProperty : BindableProperty
Is popup open bindable property.
ItemsSourceProperty : BindableProperty
Items source bindable property.
ItemTemplateProperty : BindableProperty
Item template bindable property.
MinimumPrefixLengthProperty : BindableProperty
Minimum prefix length bindable property.
PlaceholderProperty : BindableProperty
Placeholder bindable property.
SearchTextProperty : BindableProperty
Search text bindable property.
SelectCommandProperty : BindableProperty
Select command bindable property.
SelectedItemProperty : BindableProperty
Selected item bindable property.
ShowClearButtonProperty : BindableProperty
Show clear button bindable property.