Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / DisplayDate Property

In This Topic
    DisplayDate Property (C1Calendar)
    In This Topic
    Gets or sets a value specifying the currently displayed date of the year.
    Syntax
    'Declaration
     
    
    Public Property DisplayDate As Date
    public DateTime DisplayDate {get; set;}
    See Also