ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(1)>
    Public Overridable Property MonthCount As Integer
    [DefaultValue(1)]
    public virtual int MonthCount {get; set;}
    Remarks
    The default value for this property is 1.
    See Also