ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / SelectedDate Property

In This Topic
    SelectedDate Property
    In This Topic
    Gets or sets the currently selected date. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property SelectedDate As System.Date
    public System.DateTime SelectedDate {get; set;}
    Remarks
    Changing this property may also change the DisplayDate property value, which in turn will cause a refreshing of the control UI so as to represent an updated month of a year. Use this property when MaxSelectionCount is set to 1.
    See Also