ComponentOne Calendar for UWP
SelectedDate Property

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : SelectedDate Property
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

Reference

C1Calendar Class
C1Calendar Members