Spread Windows Forms 12.0 Product Documentation
CalendarType Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : CalendarType Property
Gets or sets the type of the drop-down calendar.
Syntax
'Declaration
 
Public Property CalendarType As CalendarType
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As CalendarType
 
instance.CalendarType = value
 
value = instance.CalendarType
public CalendarType CalendarType {get; set;}

Property Value

A DropDownCalendar.CalendarType value that indicates the current calendar type.
Remarks
This property can change the display type of this DropDownCalendar.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members