Gets or sets the currently selected date.
This is a dependency property.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public DateTime SelectedDate { get; set; } |
| Visual Basic |
|---|
Public Property SelectedDate As DateTime 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.