Android.Widget.AutoCompleteTextView.Threshold Property

Syntax

[get: Android.Runtime.Register("getThreshold", "()I", "GetGetThresholdHandler")]
[set: Android.Runtime.Register("setThreshold", "(I)V", "GetSetThreshold_IHandler")]
public virtual int Threshold { get; set; }

See Also

AutoCompleteTextView.Threshold
AutoCompleteTextView.Threshold

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the number of characters the user must type before the drop down list is shown.

Set method documentation [Android Documentation]

Specifies the minimum number of characters the user has to type in the edit box before the drop down list is shown.

When threshold is less than or equals 0, a threshold of 1 is applied.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1