Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / DetailProviderRowHeaderCell Class / IsImportantForAutofill Property


In This Topic
    IsImportantForAutofill Property (DetailProviderRowHeaderCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsImportantForAutofill As Boolean
    'Usage
     
    
    Dim instance As DetailProviderRowHeaderCell
    Dim value As Boolean
     
    value = instance.IsImportantForAutofill
    public bool IsImportantForAutofill {get;}
    See Also