Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / SelectedDate Property

In This Topic
    SelectedDate Property (C1DateTimeSelector)
    In This Topic
    Gets or sets the date that is displayed as selected in this control.
    Syntax
    'Declaration
     
    
    Public Property SelectedDate As Nullable(Of Date)
    public Nullable<DateTime> SelectedDate {get; set;}
    See Also