Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarWeekdayForeColor Property


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