Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarDayBackColor Property


In This Topic
    CalendarDayBackColor Property
    In This Topic
    Gets or sets the background color of the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarDayBackColor As Color
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Color
     
    instance.CalendarDayBackColor = value
     
    value = instance.CalendarDayBackColor
    public Color CalendarDayBackColor {get; set;}
    See Also