Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / DateDefault Property


In This Topic
    DateDefault Property (SpreadDropDownMonthCalendar)
    In This Topic
    Gets or sets the default value for SpreadDropDownMonthCalendar.
    Syntax
    'Declaration
     
    
    Public Property DateDefault As Date
    'Usage
     
    
    Dim instance As SpreadDropDownMonthCalendar
    Dim value As Date
     
    instance.DateDefault = value
     
    value = instance.DateDefault
    public DateTime DateDefault {get; set;}
    See Also