C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDayOfWeekSlotLoadingEventArgs Class / DayOfWeekSlot Property


In This Topic
DayOfWeekSlot Property
In This Topic
Gets or sets the visual element shown in the day of week slot.
Syntax
'Declaration
 
Public Property DayOfWeekSlot As Android.Views.View
 
'Usage
 
Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
Dim value As Android.Views.View
 
instance.DayOfWeekSlot = value
 
value = instance.DayOfWeekSlot
See Also