C1.Web.Mvc Namespace / InputDateRange Class / MonthCount Property

In This Topic
MonthCount Property (InputDateRange)
In This Topic
Gets or sets the number of months to display in the drop-down calendar.
Syntax
'Declaration
 
<DefaultValueAttribute(2)>
Public Overrides Property MonthCount As Integer
 
Remarks
The default value for this property is 1.
See Also