ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / SelectedDate Property

In This Topic
    SelectedDate Property
    In This Topic
    Gets or sets the currently selected date.
    Syntax
    'Declaration
     
    Public Property SelectedDate As System.Nullable(Of Date)
    public System.Nullable<DateTime> SelectedDate {get; set;}
    Exceptions
    ExceptionDescription
    The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd.
    See Also