Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / GetAutofillHints Method


In This Topic
    GetAutofillHints Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getAutofillHints", 
       "()[Ljava/lang/String;", 
       "GetGetAutofillHintsHandler", 
       ApiSince=26)>
    Public Overridable Function GetAutofillHints() As String()
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value() As String
     
    value = instance.GetAutofillHints()
    [Android.Runtime.Register("getAutofillHints", 
       "()[Ljava/lang/String;", 
       "GetGetAutofillHintsHandler", 
       ApiSince=26)]
    public virtual string[] GetAutofillHints()
    See Also