Spread Windows Forms 12.0 Product Documentation
DropDownType Property (DateTimeDropDownInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownInfo Class : DropDownType Property
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
public DateDropDownType DropDownType {get; set;}

Property Value

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

Reference

DateTimeDropDownInfo Class
DateTimeDropDownInfo Members