C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDaysPanel Class / ImportantForAutofill Property


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