ComponentOne Xamarin.Android
DayOfWeekSlot Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarDayOfWeekSlotLoadingEventArgs Class : DayOfWeekSlot Property
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
public Android.Views.View DayOfWeekSlot {get; set;}
See Also

Reference

CalendarDayOfWeekSlotLoadingEventArgs Class
CalendarDayOfWeekSlotLoadingEventArgs Members