Spread Windows Forms 12.0 Product Documentation
YearMonthFormat Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : YearMonthFormat Property
Gets or sets the header format of the year or month view.
Syntax
'Declaration
 
Public Property YearMonthFormat As YearMonthFormat
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As YearMonthFormat
 
instance.YearMonthFormat = value
 
value = instance.YearMonthFormat
public YearMonthFormat YearMonthFormat {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members