Xuni Product Documentation - Xamarin.Forms
XuniAutoComplete Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by XuniAutoComplete.

Public Constructors
 NameDescription
Public ConstructorXuniAutoComplete ConstructorInitializes a new instance of the XuniAutoComplete class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)DelayProperty  
Public Fieldstatic (Shared in Visual Basic)HighlightBackgroundColorProperty  
Public Fieldstatic (Shared in Visual Basic)MaxItemsProperty  
Public Fieldstatic (Shared in Visual Basic)MinLengthProperty  
Top
Public Properties
 NameDescription
Public PropertyAnchorX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAnchorY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAutoClose Auto closes the drop when the user hits outside it. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyAutoComplete Auto closes the drop when the user hits outside it. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBackgroundColor (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBehaviors (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBounds (Inherited from Xamarin.Forms.VisualElement)
Public PropertyButtonColor Gets or sets the color of the button content. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyChildren (Inherited from Xamarin.Forms.Layout<View>)
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyCollectionView Gets the Xuni CollectionView object used as the items source. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyDelay Gets or sets the delay, in milliseconds, between when input occurs and when the search is performed.  
Public PropertyDisplayMemberPath Gets or sets the name of the property to use as the visual representation of the items. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyDropDown Gets or sets the drop-down view. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownBackgroundColor Gets or sets the color of the drop-down. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownBehavior Gets or sets the drop-down behavior. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownBorderColor Gets or sets the color of the drop-down border. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownBorderWidth Gets or sets the width of the drop-down border. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownDirection Gets or sets the direction of the drop-down object. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownHeight Gets or sets the height of the drop-down object. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownMode Gets or sets the mode that the DropDown uses to display the DropDownView. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyDropDownWidth Gets or sets the width of the drop-down object. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyFontAttributes ​Gets or sets the font attributes of text. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyFontFamily ​Gets or sets the font family of text. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyFontSize ​Gets or sets the font size of text. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyGestureRecognizers (Inherited from Xamarin.Forms.View)
Public PropertyHeader Gets or sets the header view. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyHeaderBackgroundColor Gets or sets the background color for the header. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyHeaderBorderColor Gets or sets the border color for the header. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyHeaderBorderWidth Gets or sets the border thickness for the header. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyHeight (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHighlightBackgroundColor Gets or sets the highlight background color.  
Public PropertyHorizontalOptions (Inherited from Xamarin.Forms.View)
Public PropertyId (Inherited from Xamarin.Forms.Element)
Public PropertyInputTransparent (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsAnimated Gets or sets whether the control is animated. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyIsClippedToBounds (Inherited from Xamarin.Forms.Layout)
Public PropertyIsDropDownOpen Gets or sets a value that indicates whether the dropdown is currently visible. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyIsEditable Gets or sets a value that enables or disables editing of the text in the control. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyIsEnabled (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsFocused (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsVisible (Inherited from Xamarin.Forms.VisualElement)
Public PropertyItemsSource Gets or sets the source collection that contains the items to select from. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyListView Gets the ListView in the drop-down. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyMargin (Inherited from Xamarin.Forms.View)
Public PropertyMaxDropDownHeight Gets or sets the maximum length constraint of the drop-down box. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyMaxItems Gets or sets the maximum number of items to display in the drop-down list.  
Public PropertyMinDropDownHeight Gets or sets the minimum length constraint of the drop-down box. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyMinimumHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinimumWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinLength Gets or sets the minimum input length to trigger autocomplete suggestions.  
Public PropertyNavigation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOpacity (Inherited from Xamarin.Forms.VisualElement)
Public PropertyPadding (Inherited from Xamarin.Forms.Layout)
Public PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyParentView (Inherited from Xamarin.Forms.Element)
Public PropertyPlaceHolder Gets or sets the string shown as a hint when the control is empty. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyResources (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScale (Inherited from Xamarin.Forms.VisualElement)
Public PropertySelectedIndex Gets or sets the index of the selected item. It returns -1 if there is no selection, or the selection doesn’t match any item in the source collection. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertySelectedItem Gets or sets the current selected item. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertySelectedValue Gets or sets the value of the currently selected item using SelectedValuePath. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertySelectedValuePath Gets or sets the path that is used to get the value from the selected item. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertySelectionBackgroundColor Gets or sets the selected background color. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyShowButton Gets or sets a value that indicates whether the control should display a dropdown button. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public PropertyStyle (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleClass (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public PropertyText Gets or sets the path that is used to get the value from the selected item. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyTextColor ​Gets or sets the color of text. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyTextHorizontalAlignment ​Gets or sets the horizontal alignment of text. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public PropertyTranslationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTranslationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTriggers (Inherited from Xamarin.Forms.VisualElement)
Public PropertyVerticalOptions (Inherited from Xamarin.Forms.View)
Public PropertyWidth (Inherited from Xamarin.Forms.VisualElement)
Public PropertyWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyY (Inherited from Xamarin.Forms.VisualElement)
Top
Public Methods
 NameDescription
Public MethodBatchBegin (Inherited from Xamarin.Forms.VisualElement)
Public MethodBatchCommit (Inherited from Xamarin.Forms.VisualElement)
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodFocus (Inherited from Xamarin.Forms.VisualElement)
Public MethodForceLayout (Inherited from Xamarin.Forms.Layout)
Public MethodGetDisplayText Gets the display text for the item at the given index. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public MethodGetImage Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. (Inherited from Xuni.Forms.Core.XuniRelativeView)
Public MethodGetSizeRequest (Inherited from Xamarin.Forms.Layout)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodIndexOf Gets the index of the first item that matches the given string. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public MethodLayout (Inherited from Xamarin.Forms.VisualElement)
Public MethodLowerChild (Inherited from Xamarin.Forms.Layout)
Public MethodMeasure (Inherited from Xamarin.Forms.VisualElement)
Public MethodRaiseChild (Inherited from Xamarin.Forms.Layout)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSelectAll Sets the focus to the control and selects all of its contents. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodUnfocus (Inherited from Xamarin.Forms.VisualElement)
Top
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventChildAdded (Inherited from Xamarin.Forms.Element)
Public EventChildRemoved (Inherited from Xamarin.Forms.Element)
Public EventChildrenReordered (Inherited from Xamarin.Forms.VisualElement)
Public EventDescendantAdded (Inherited from Xamarin.Forms.Element)
Public EventDescendantRemoved (Inherited from Xamarin.Forms.Element)
Public EventFiltering Occurs when the control is about to apply a filter to the list of items.  
Public EventFocused (Inherited from Xamarin.Forms.VisualElement)
Public EventIsDropDownOpenChanged Event raised when the IsDropDownOpen property has changed. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public EventIsDropDownOpenChanging Event raised before the IsDropDownOpen property changes. (Inherited from Xuni.Forms.Input.XuniDropDown)
Public EventLayoutChanged (Inherited from Xamarin.Forms.Layout)
Public EventMeasureInvalidated (Inherited from Xamarin.Forms.VisualElement)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Public EventRendered ​Occurs after chart finishes rendering. (Inherited from Xuni.Forms.Core.XuniRelativeView)
Public EventRendering ​Occurs before chart is rendering. (Inherited from Xuni.Forms.Core.XuniRelativeView)
Public EventSelectedIndexChanged Occurs when the value of SelectedIndex changes. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public EventSizeChanged (Inherited from Xamarin.Forms.VisualElement)
Public EventTapped Occurs for every touch event. (Inherited from Xuni.Forms.Core.XuniRelativeView)
Public EventTextChanged Occurs when the text value changes. (Inherited from Xuni.Forms.Input.XuniComboBox)
Public EventUnfocused (Inherited from Xamarin.Forms.VisualElement)
Top
See Also

Reference

XuniAutoComplete Class
Xuni.Forms.Input Namespace