Xceed Toolkit for Maui v2.0 Documentation
AutoCompleteTextBox Class Members
Fields  Properties  Methods  Events


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : AutoCompleteTextBox Class

The following tables list the members exposed by AutoCompleteTextBox.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Top
Protected Fields
 NameDescription
Protected Field (Inherited from Microsoft.Maui.Controls.View)
Top
Public Properties
 NameDescription
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public PropertyGets or sets the Brush that will be used to paint the Control's background. (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.BindableObject)
Public PropertyGets or sets the Brush that will be used to paint the Control's Border. (Inherited from Xceed.Maui.Toolkit.Control)
Public PropertyGets or sets the thickness of this Control's Border. (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public PropertyGets or sets the spacing between characters. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.NavigableElement)
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public PropertyGets or sets the Clear button's Style. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets if the Clear button is visible or not. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.TemplatedView)
Public PropertyGets or sets the radius for the 4 corners of this Control.  (Inherited from Xceed.Maui.Toolkit.Control)
Public PropertyGets or sets the position of the cursor when editing Text in the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets a custom filter that filters the ItemsSource while text is being typed in the AutoCompleteTextBox.  
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.BindableObject)
Public PropertyGets or sets a path to a value within the source object in order to provide a visual representation of said object.  
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public PropertyGets the items which passed the filter conditions; in other words, this property represents the list of items that will be displayed in the AutoCompleteTextBox's Popup while the user types & the input is being filtered.     
Public PropertyGets or sets the type of filter that will be used to filter the ItemsSource as the user types in the AutoCompleteTextBox.  
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets the FontAttributes that will be applied to the Control's textual Content.  (Inherited from Xceed.Maui.Toolkit.Control)
Public PropertyGets or sets the font family that will be used to display the Control's textual Content.  (Inherited from Xceed.Maui.Toolkit.Control)
Public PropertyGets or sets the font size that will determine the scale of the Control's textual Content.  (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.View)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets how the Control's Content is aligned horizontally. (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.View)
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public PropertyGets if the AutoCompleteTextBox's Popup is opened or closed.  
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets if the TextBox is currently in focus. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets if the underline, which changes color when the TextBox is in focus, is visible or not. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets if the TextBox is read only or not. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets if text prediction & automatic text correction functions are enabled or not. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets the source objects from which the AutoCompleteTextBox will take the values that will serve as input suggestions while the user is typing.  
Public PropertyGets or sets the DataTemplate that will be used to display the filtered items appearing in the AutoCompleteTextBox's Popup.  
Public PropertyGets or sets which Keyboard will be used for the InputView. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.View)
Public PropertyGets or sets the maximum height for the Popup which displays the items taken from the ItemsSource while the user is typing in the AutoCompleteTextBox.  
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets the maximum number of characters allowed in the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.NavigableElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets if the Control's VisualStates are overridden or not. (Inherited from Xceed.Maui.Toolkit.Control)
Public PropertyGets or sets the amount of padding added around the Control.  (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets which command will be run when the user presses the Return key, either physically or via the on-screen keyboard. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets the parameter that can be used to provide extra information for the ReturnCommand property. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets the selection's length. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.NavigableElement)
Public Property (Inherited from Microsoft.Maui.Controls.NavigableElement)
Public Property (Inherited from Microsoft.Maui.Controls.Element)
Public PropertyGets or sets the text inside the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public PropertyGets or sets the text's Color. (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets how the Control's Content is aligned vertically. (Inherited from Xceed.Maui.Toolkit.Control)
Public Property (Inherited from Microsoft.Maui.Controls.View)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public PropertyGets or sets the watermark that will be displayed when the Text property is null or empty. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Property (Inherited from Microsoft.Maui.Controls.VisualElement)
Top
Protected Properties
Public Methods
 NameDescription
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.View)
Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Public Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.Element)
Public MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected Internal Method (Inherited from Microsoft.Maui.Controls.View)
Protected Internal MethodOverridden.   
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected Internal Method (Inherited from Microsoft.Maui.Controls.View)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected MethodOverridden.   
Protected Method (Inherited from Microsoft.Maui.Controls.View)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected MethodOverloaded.  (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method  
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Microsoft.Maui.Controls.Element)
Protected Method (Inherited from Microsoft.Maui.Controls.Element)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Microsoft.Maui.Controls.TemplatedView)
Protected Method (Inherited from Microsoft.Maui.Controls.Element)
Protected Method (Inherited from Microsoft.Maui.Controls.Element)
Protected Method (Inherited from Microsoft.Maui.Controls.NavigableElement)
Protected Method (Inherited from Xceed.Maui.Toolkit.Control)
Protected Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Xceed.Maui.Toolkit.TextBox)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Protected Method (Inherited from Microsoft.Maui.Controls.VisualElement)
Protected Method (Inherited from Microsoft.Maui.Controls.BindableObject)
Protected Method (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Top
Public Events
 NameDescription
Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
Public EventThe event that is raised when the user finalizes the Text entry process with the Return key. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public EventThis event is raised when the AutoCompleteTextBox's Popup is closed once a selection is made in the list of filtered items or when the filtering process returns no value.  
Public EventThis event is raised when the AutoCompleteTextBox's Popup is opened to display the items taken from the ItemsSource once they've been filtered.    
Public EventThis event is raised when the list of filtered items is updated.  
Public EventThe event that is raised when the TextBox is selected &, thus, in focus. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.Compatibility.Layout)
Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.Element)
Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
Public Event (Inherited from Microsoft.Maui.Controls.BindableObject)
Public EventThis event is raised when a value from the AutoCompleteTextBox's Popup is selected & said Popup closes.   
Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
Public Event
The event that is raised when the Text is modified.
(Inherited from Xceed.Maui.Toolkit.TextBox)
Public EventThe event that is raised when the TextBox is deselected &, therefore, no longer in focus. (Inherited from Xceed.Maui.Toolkit.TextBox)
Public Event (Inherited from Microsoft.Maui.Controls.VisualElement)
Top
See Also

Reference

AutoCompleteTextBox Class
Xceed.Maui.Toolkit Namespace