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

In This Topic
    DisplayDate Property
    In This Topic
    Gets or sets the Windows.Foundation.DateTime value specifying the currently displayed month of a year. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DisplayDate As System.Date
    public System.DateTime DisplayDate {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.
    See Also