Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.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 RenderFragment(Of CalendarDayOfWeekSlotInfo)
    public RenderFragment<CalendarDayOfWeekSlotInfo> DayOfWeekSlotTemplate {get; set;}
    See Also