AutoCompleteTextView.Validator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Validator set with #setValidator
,
or <code>null</code> if it was not set. -or- Sets the validator used to perform text validation.
public virtual Android.Widget.AutoCompleteTextView.IValidator? Validator { [Android.Runtime.Register("getValidator", "()Landroid/widget/AutoCompleteTextView$Validator;", "GetGetValidatorHandler")] get; [Android.Runtime.Register("setValidator", "(Landroid/widget/AutoCompleteTextView$Validator;)V", "GetSetValidator_Landroid_widget_AutoCompleteTextView_Validator_Handler")] set; }
[<get: Android.Runtime.Register("getValidator", "()Landroid/widget/AutoCompleteTextView$Validator;", "GetGetValidatorHandler")>]
[<set: Android.Runtime.Register("setValidator", "(Landroid/widget/AutoCompleteTextView$Validator;)V", "GetSetValidator_Landroid_widget_AutoCompleteTextView_Validator_Handler")>]
member this.Validator : Android.Widget.AutoCompleteTextView.IValidator with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.AutoCompleteTextView.getValidator()
.
Property setter documentation:
Java documentation for android.widget.AutoCompleteTextView.setValidator(android.widget.Validator)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.