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

In This Topic
    MonthCount Property (InputDateRangeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateRange.MonthCount. Sets the number of months to display in the drop-down calendar.
    Syntax
    'Declaration
     
    Public Overrides Property MonthCount As Integer
    public override int MonthCount {get; set;}
    Remarks
    The default value for this property is 2.
    See Also