ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Calendar Class / DisplayMonth Property

In This Topic
    DisplayMonth Property (Calendar)
    In This Topic
    Gets or sets the month displayed in the calendar.
    Syntax
    'Declaration
     
    Public Property DisplayMonth As Date
    public DateTime DisplayMonth {get; set;}
    See Also