Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ImportantForAutofill Property


In This Topic
    ImportantForAutofill Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ImportantForAutofill As Android.Views.ImportantForAutofill
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Views.ImportantForAutofill
     
    instance.ImportantForAutofill = value
     
    value = instance.ImportantForAutofill
    public virtual Android.Views.ImportantForAutofill ImportantForAutofill {get; set;}
    See Also