Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDown Class / DropDownType Property


In This Topic
DropDownType Property (DateTimeDropDown)
In This Topic
Gets or sets the type of the drop down.
Syntax
'Declaration
 
Public Property DropDownType As DateDropDownType
 
'Usage
 
Dim instance As DateTimeDropDown
Dim value As DateDropDownType
 
instance.DropDownType = value
 
value = instance.DropDownType

Property Value

One of the DateDropDownType value, indicates the type of the drop down.
See Also