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

In This Topic
    SelectionBackground Property (C1Calendar)
    In This Topic
    Gets or sets the color used to highlight selected dates.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackground As C1Color
    public C1Color SelectionBackground {get; set;}
    See Also