| Name | Description |
 | AnchorX | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | AnchorY | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | AutomationId | (Inherited from Microsoft.Maui.Controls.Element) |
 | Background | Gets or sets the Brush that will be used to paint the Control's background. (Inherited from Xceed.Maui.Toolkit.Control) |
 | BackgroundColor | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Behaviors | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | BindingContext | (Inherited from Microsoft.Maui.Controls.BindableObject) |
 | BorderBrush | Gets or sets the Brush that will be used to paint the Control's Border. (Inherited from Xceed.Maui.Toolkit.Control) |
 | BorderThickness | Gets or sets the thickness of this Control's Border. (Inherited from Xceed.Maui.Toolkit.Control) |
 | Bounds | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | CascadeInputTransparent | (Inherited from Microsoft.Maui.Controls.Compatibility.Layout) |
 | CharacterSpacing | Gets or sets the spacing between characters. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | class | (Inherited from Microsoft.Maui.Controls.NavigableElement) |
 | ClassId | (Inherited from Microsoft.Maui.Controls.Element) |
 | ClearButtonStyle | Gets or sets the Clear button's Style. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | ClearButtonVisibility | Gets or sets if the Clear button is visible or not. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | Clip | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ControlTemplate | (Inherited from Microsoft.Maui.Controls.TemplatedView) |
 | CornerRadius | Gets or sets the radius for the 4 corners of this Control. (Inherited from Xceed.Maui.Toolkit.Control) |
 | CursorPosition | Gets or sets the position of the cursor when editing Text in the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | CustomFilterAction | Gets or sets a custom filter that filters the ItemsSource while text is being typed in the AutoCompleteTextBox. |
 | DesiredSize | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Dispatcher | (Inherited from Microsoft.Maui.Controls.BindableObject) |
 | DisplayMemberPath | Gets or sets a path to a value within the source object in order to provide a visual representation of said object. |
 | Effects | (Inherited from Microsoft.Maui.Controls.Element) |
 | FilteredItems | Gets 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. |
 | FilterType | Gets or sets the type of filter that will be used to filter the ItemsSource as the user types in the AutoCompleteTextBox. |
 | FlowDirection | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | FontAttributes | Gets or sets the FontAttributes that will be applied to the Control's textual Content. (Inherited from Xceed.Maui.Toolkit.Control) |
 | FontFamily | Gets or sets the font family that will be used to display the Control's textual Content. (Inherited from Xceed.Maui.Toolkit.Control) |
 | FontSize | Gets or sets the font size that will determine the scale of the Control's textual Content. (Inherited from Xceed.Maui.Toolkit.Control) |
 | Frame | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | GestureRecognizers | (Inherited from Microsoft.Maui.Controls.View) |
 | Handler | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Height | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | HeightRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | HorizontalContentOptions | Gets or sets how the Control's Content is aligned horizontally. (Inherited from Xceed.Maui.Toolkit.Control) |
 | HorizontalOptions | (Inherited from Microsoft.Maui.Controls.View) |
 | Id | (Inherited from Microsoft.Maui.Controls.Element) |
 | InputTransparent | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | IsClippedToBounds | (Inherited from Microsoft.Maui.Controls.Compatibility.Layout) |
 | IsDropDownOpen | Gets if the AutoCompleteTextBox's Popup is opened or closed. |
 | IsEnabled | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | IsFocused | Gets if the TextBox is currently in focus. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | IsFocusUnderlineVisible | Gets or sets if the underline, which changes color when the TextBox is in focus, is visible or not. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | IsLoaded | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | IsReadOnly | Gets or sets if the TextBox is read only or not. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | IsTextPredictionEnabled | Gets or sets if text prediction & automatic text correction functions are enabled or not. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | IsVisible | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ItemsSource | Gets or sets the source objects from which the AutoCompleteTextBox will take the values that will serve as input suggestions while the user is typing. |
 | ItemTemplate | Gets or sets the DataTemplate that will be used to display the filtered items appearing in the AutoCompleteTextBox's Popup. |
 | Keyboard | Gets or sets which Keyboard will be used for the InputView. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | Margin | (Inherited from Microsoft.Maui.Controls.View) |
 | MaxDropDownHeight | Gets or sets the maximum height for the Popup which displays the items taken from the ItemsSource while the user is typing in the AutoCompleteTextBox. |
 | MaximumHeightRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | MaximumWidthRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | MaxLength | Gets or sets the maximum number of characters allowed in the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | MinimumHeightRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | MinimumWidthRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Navigation | (Inherited from Microsoft.Maui.Controls.NavigableElement) |
 | Opacity | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | OverrideDefaultVisualStates | Gets or sets if the Control's VisualStates are overridden or not. (Inherited from Xceed.Maui.Toolkit.Control) |
 | Padding | Gets or sets the amount of padding added around the Control. (Inherited from Xceed.Maui.Toolkit.Control) |
 | Parent | (Inherited from Microsoft.Maui.Controls.Element) |
 | Resources | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ReturnCommand | Gets 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) |
 | ReturnCommandParameter | Gets or sets the parameter that can be used to provide extra information for the ReturnCommand property. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | Rotation | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | RotationX | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | RotationY | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Scale | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ScaleX | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ScaleY | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | SelectionLength | Gets or sets the selection's length. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | Shadow | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Style | (Inherited from Microsoft.Maui.Controls.NavigableElement) |
 | StyleClass | (Inherited from Microsoft.Maui.Controls.NavigableElement) |
 | StyleId | (Inherited from Microsoft.Maui.Controls.Element) |
 | Text | Gets or sets the text inside the TextBox. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | TextColor | Gets or sets the text's Color. (Inherited from Xceed.Maui.Toolkit.Control) |
 | TranslationX | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | TranslationY | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Triggers | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | VerticalContentOptions | Gets or sets how the Control's Content is aligned vertically. (Inherited from Xceed.Maui.Toolkit.Control) |
 | VerticalOptions | (Inherited from Microsoft.Maui.Controls.View) |
 | Visual | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Watermark | Gets or sets the watermark that will be displayed when the Text property is null or empty. (Inherited from Xceed.Maui.Toolkit.TextBox) |
 | Width | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | WidthRequest | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Window | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | X | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | Y | (Inherited from Microsoft.Maui.Controls.VisualElement) |
 | ZIndex | (Inherited from Microsoft.Maui.Controls.VisualElement) |