Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarDaySlotLoadingEventArgs Class / DaySlot Property


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