Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / DaySlotTemplate Property

In This Topic
    DaySlotTemplate Property
    In This Topic
    Gets or sets a data template that defines the UI representation for a single day of the month.
    Syntax
    'Declaration
     
    
    Public Property DaySlotTemplate As RenderFragment(Of CalendarDaySlotInfo)
    public RenderFragment<CalendarDaySlotInfo> DaySlotTemplate {get; set;}
    See Also