Gets or sets the DateTime value specifying the currently displayed month of a year.
This is a dependency property.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public DateTime DisplayDate { get; set; } |
| Visual Basic |
|---|
Public Property DisplayDate As DateTime Get Set |
Remarks
Changing this property value explicitly or implicitly via the
SelectedDate property forces the control
to refresh its UI so as to represent an updated month of a year.