ComponentOne Xamarin.iOS
YearSlot Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > CalendarYearSlotLoadingEventArgs Class : YearSlot Property
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

Reference

CalendarYearSlotLoadingEventArgs Class
CalendarYearSlotLoadingEventArgs Members