Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarMonthSlotLoadingEventArgs Class / MonthSlot Property


In This Topic
    MonthSlot Property
    In This Topic
    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