Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / DisplayDate Property

In This Topic
    DisplayDate Property
    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