ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / MonthCount Property

In This Topic
    MonthCount Property (Calendar)
    In This Topic
    Gets or sets the number of months to display within the calendar.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    Public Property MonthCount As Integer
    [DefaultValue(1)]
    public int MonthCount {get; set;}
    See Also