C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearSlotLoadingEventArgs Class / YearSlot Property


In This Topic
YearSlot Property
In This Topic
Gets or sets the visual element shown in the year slot.
Syntax
'Declaration
 
Public Property YearSlot As Android.Views.View
 
'Usage
 
Dim instance As CalendarYearSlotLoadingEventArgs
Dim value As Android.Views.View
 
instance.YearSlot = value
 
value = instance.YearSlot
See Also