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


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