DropDownItemCount Property
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;}
See Also