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

In This Topic
    TodayBackground Property
    In This Topic
    Gets or sets the color used to highlight the background of the today day slot.
    Syntax
    'Declaration
     
    
    Public Property TodayBackground As C1Color
    public C1Color TodayBackground {get; set;}
    See Also