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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public int DropDownItemCount { get; set; }
Visual Basic
Public Property DropDownItemCount As Integer
	Get
	Set

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.

See Also