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


In This Topic
    CalendarShowSurroundingDays Property
    In This Topic
    Gets or sets whether to show the surrounding days in the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarShowSurroundingDays As Boolean
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Boolean
     
    instance.CalendarShowSurroundingDays = value
     
    value = instance.CalendarShowSurroundingDays
    public bool CalendarShowSurroundingDays {get; set;}
    See Also