Spread Windows Forms 12.0 Product Documentation
YearMonthFormat Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : YearMonthFormat Property
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
public YearMonthFormat YearMonthFormat {get; set;}

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

Reference

DropDownCalendar Class
DropDownCalendar Members