DropDownType Property (DateTimeDropDownInfo) | Spread Windows Forms 15.0
Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownInfo Class / DropDownType Property


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

Property Value

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