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


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