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


In This Topic
YearMonthFormat Property (DropDownCalendar)
In This Topic
Gets or sets the header format for the year or month view.
Syntax
'Declaration
 
Public Property YearMonthFormat As YearMonthFormat
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As YearMonthFormat
 
instance.YearMonthFormat = value
 
value = instance.YearMonthFormat

Property Value

A YearMonthFormat structure that indicates the year month format.
Remarks
This property determines which format the header text should use when CalendarType is YearMonth mode.
See Also