Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarDayOfWeekSlotLoadingEventArgs Class / DayOfWeekSlot Property


In This Topic
    DayOfWeekSlot Property
    In This Topic
    Gets or sets the visual element shown in the day of week slot.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekSlot As Xamarin.Forms.View
    'Usage
     
    
    Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
    Dim value As Xamarin.Forms.View
     
    instance.DayOfWeekSlot = value
     
    value = instance.DayOfWeekSlot
    public Xamarin.Forms.View DayOfWeekSlot {get; set;}
    See Also