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
 
Remarks
The default value for this property is 1.
See Also