'Declaration
Public Property DayOfWeekBackgroundColor As Nullable(Of Color)
'Usage
Dim instance As C1Calendar Dim value As Nullable(Of Color) instance.DayOfWeekBackgroundColor = value value = instance.DayOfWeekBackgroundColor
public Nullable<Color> DayOfWeekBackgroundColor {get; set;}