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

In This Topic
    MonthCount Property (InputDateBase)
    In This Topic
    Gets or sets the number of months to display in the drop-down calendar.
    Syntax
    'Declaration
     
    Public Overridable Property MonthCount As Integer
    public virtual int MonthCount {get; set;}
    Remarks
    The default value for this property is 1.
    See Also