ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / SelectedDate Property

In This Topic
    SelectedDate Property (C1DatePicker)
    In This Topic
    Gets or sets the currently selected date.
    Syntax
    'Declaration
     
    
    Public Property SelectedDate As Nullable(Of Date)
    public Nullable<DateTime> SelectedDate {get; set;}
    See Also