Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarYearSlotLoadingEventArgs Class / YearSlot Property


In This Topic
    YearSlot Property
    In This Topic
    Gets or sets the visual element shown in the year slot.
    Syntax
    'Declaration
     
    
    Public Property YearSlot As UIKit.UIView
    'Usage
     
    
    Dim instance As CalendarYearSlotLoadingEventArgs
    Dim value As UIKit.UIView
     
    instance.YearSlot = value
     
    value = instance.YearSlot
    public UIKit.UIView YearSlot {get; set;}
    See Also