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

In This Topic
    DayOfWeekBackground Property
    In This Topic
    Gets or sets the background color for the day of week slots.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekBackground As C1Color
    public C1Color DayOfWeekBackground {get; set;}
    See Also