[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Calendar.DropDownItemCount

DropDownItemCount Property

DropDownItemCount

Gets or sets the number of items in dropdown month/year selectors in the month header. This is a dependency property.

Declaration
public int DropDownItemCount { get; set; }
Public Property DropDownItemCount As Integer
Remarks

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.