Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / DayBackground Property

In This Topic
    DayBackground Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets the background for the day slots.
    Syntax
    'Declaration
     
    
    Public Property DayBackground As Brush
    public Brush DayBackground {get; set;}
    See Also