'Declaration Public Property FirstMonthInView As Months
'Usage Dim instance As DropDownCalendarInfo Dim value As Months instance.FirstMonthInView = value value = instance.FirstMonthInView
public Months FirstMonthInView {get; set;}
Property Value
A Months enumeration value that indicates the first month in the view.The default is Months.Default.