Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / Autofill Method / Autofill(AutofillValue) Method


In This Topic
    Autofill(AutofillValue) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("autofill", 
       "(Landroid/view/autofill/AutofillValue;)V", 
       "GetAutofill_Landroid_view_autofill_AutofillValue_Handler", 
       ApiSince=26)>
    Public Overloads Overridable Sub Autofill( _
       ByVal value As Android.Views.Autofill.AutofillValue _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Views.Autofill.AutofillValue
     
    instance.Autofill(value)
    [Android.Runtime.Register("autofill", 
       "(Landroid/view/autofill/AutofillValue;)V", 
       "GetAutofill_Landroid_view_autofill_AutofillValue_Handler", 
       ApiSince=26)]
    public virtual void Autofill( 
       Android.Views.Autofill.AutofillValue value
    )

    Parameters

    value
    See Also