ComponentOne Scheduler for WPF and Silverlight
DropDownItemCount Property (C1Calendar)

C1.WPF.Schedule Namespace > C1Calendar Class : DropDownItemCount Property
Gets or sets the number of items in dropdown month/year selectors in the month header. This is a dependency property.
Syntax
'Declaration
 
Public Property DropDownItemCount As System.Integer
public System.int DropDownItemCount {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

Reference

C1Calendar Class
C1Calendar Members