[]
Gets or sets the number of items in dropdown month/year selectors in the month header. The default value is 9.
[C1Category("Behavior")]
[C1Description("Calendar.DropDownMonthCount", "Gets or sets the number of items in dropdown month/year selectors.")]
public int DropDownMonthCount { get; set; }
<C1Category("Behavior")>
<C1Description("Calendar.DropDownMonthCount", "Gets or sets the number of items in dropdown month/year selectors.")>
Public Property DropDownMonthCount As Integer
This property value cannot be less than 1 or greater than 12.