Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / DayOfWeekSlotTemplate Property


In This Topic
    DayOfWeekSlotTemplate Property
    In This Topic
    Gets or sets a data template that defines the UI representation for a day of the week.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekSlotTemplate As Xamarin.Forms.DataTemplate
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.DataTemplate
     
    instance.DayOfWeekSlotTemplate = value
     
    value = instance.DayOfWeekSlotTemplate
    public Xamarin.Forms.DataTemplate DayOfWeekSlotTemplate {get; set;}
    See Also