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

In This Topic
    DefaultSelectedDate Property
    In This Topic
    Gets or sets the default selected date.
    Syntax
    'Declaration
     
    
    Public Property DefaultSelectedDate As Nullable(Of Date)
    public Nullable<DateTime> DefaultSelectedDate {get; set;}
    Remarks
    This day will be selected if Value property is null.
    See Also