Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / ShowDefaultDate Property

In This Topic
    ShowDefaultDate Property
    In This Topic
    Gets or sets a value indicating whether the DefaultSelectedDate day should always be selected when opening the drop-down calendar.
    Syntax
    'Declaration
     
    
    Public Property ShowDefaultDate As Boolean
    public bool ShowDefaultDate {get; set;}
    See Also