ComponentOne Xamarin.iOS
DayOfWeekSlot Property


C1.iOS.Calendar Assembly > C1.iOS.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 UIKit.UIView
'Usage
 
Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
Dim value As UIKit.UIView
 
instance.DayOfWeekSlot = value
 
value = instance.DayOfWeekSlot
public UIKit.UIView DayOfWeekSlot {get; set;}
See Also

Reference

CalendarDayOfWeekSlotLoadingEventArgs Class
CalendarDayOfWeekSlotLoadingEventArgs Members