[]
Gets or sets the number of items in dropdown month/year selectors in the month header. This is a dependency property.
public int DropDownItemCount { get; set; }
Public Property DropDownItemCount As Integer
The actual number of items in the dropdown selector might be less than specified in the DropDownItemCount property. It is limited by the MinDate and MaxDate property values.