C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / ImportantForAutofill Property


In This Topic
ImportantForAutofill Property (GridGroupRowCell)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ImportantForAutofill As Android.Views.ImportantForAutofill
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Android.Views.ImportantForAutofill
 
instance.ImportantForAutofill = value
 
value = instance.ImportantForAutofill
See Also