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


In This Topic
AllowSelection Property (DropDownCalendar)
In This Topic
Gets or sets the type of dates that allow selection.
Syntax
'Declaration
 
Public Property AllowSelection As AllowSelection
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As AllowSelection
 
instance.AllowSelection = value
 
value = instance.AllowSelection

Property Value

An AllowSelection value that indicates the type of dates that allow selection.
The default is AllowSelection.Anyday.
Remarks
This property determines which kind of dates can be selected.
See Also