ComponentOne Xamarin.iOS
MonthSlot Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > CalendarMonthSlotLoadingEventArgs Class : MonthSlot Property
Gets or sets the visual element shown in the month slot.
Syntax
'Declaration
 
Public Property MonthSlot As UIKit.UIView
'Usage
 
Dim instance As CalendarMonthSlotLoadingEventArgs
Dim value As UIKit.UIView
 
instance.MonthSlot = value
 
value = instance.MonthSlot
public UIKit.UIView MonthSlot {get; set;}
See Also

Reference

CalendarMonthSlotLoadingEventArgs Class
CalendarMonthSlotLoadingEventArgs Members