Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / CalendarYear Property


In This Topic
CalendarYear Property (DropDownCalendar)
In This Topic
Gets or sets whether to display the calendar in the form of a fiscal year.
Syntax
'Declaration
 
Public Property CalendarYear As CalendarYear
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As CalendarYear
 
instance.CalendarYear = value
 
value = instance.CalendarYear

Property Value

One of the CalendarYear values.
The default is CalendarYear.Normal.
Remarks
The CalendarYear property determines the sequence for displaying the month when the CalendarType is CalendarType.YearMonth.
See Also