Android.Widget.AutoCompleteTextView: Property Members

The properties of Android.Widget.AutoCompleteTextView are listed below. For a list of all members, see the AutoCompleteTextView Members list.

See Also: Inherited members from Android.Widget.EditText

Public Properties

AdapterIListAdapter.
[read-only]
CompletionHintstring. Documentation for this section has not yet been entered.
[read-only]
CompletionHintFormattedJava.Lang.ICharSequence. Gets the optional hint text displayed at the bottom of the the matching list.
DropDownAnchorint.
[read-only]
DropDownBackgroundAndroid.Graphics.Drawables.Drawable.
DropDownHeightint.
DropDownHorizontalOffsetint.
DropDownVerticalOffsetint.
DropDownWidthint.
[read-only]
IsPerformingCompletionbool. Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.
[read-only]
IsPopupShowingbool.
[read-only]
ItemClickListenerAdapterView.IOnItemClickListener.
[read-only]
ItemSelectedListenerAdapterView.IOnItemSelectedListener.
ListSelectionint. Get the position of the dropdown view selection, if there is one.
OnItemClickListenerAdapterView.IOnItemClickListener.
OnItemSelectedListenerAdapterView.IOnItemSelectedListener.
Thresholdint.
ValidatorAutoCompleteTextView.IValidator. Returns the Validator set with AutoCompleteTextView.Validator, or null if it was not set.

Protected Properties

[read-only]
FilterFilter. Returns the Filter obtained from IFilterable.Filter, or null if AutoCompleteTextView.setAdapter(T) was not called with a Filterable.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.