Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / DropDownItemCount Property

In This Topic
    DropDownItemCount Property (C1Calendar)
    In This Topic
    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 Integer
    public 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