Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPickerInfo Class / ShowPickers Property


In This Topic
ShowPickers Property (DateTimeDropDownPickerInfo)
In This Topic
Gets or sets the display options of the drop-down picker.
Syntax
'Declaration
 
Public Property ShowPickers As PickerDisplayOptions
 
'Usage
 
Dim instance As DateTimeDropDownPickerInfo
Dim value As PickerDisplayOptions
 
instance.ShowPickers = value
 
value = instance.ShowPickers

Property Value

A PickerDisplayOptions value that indicates the display options of the drop-down picker.
The default is PickerDisplayOptions.Both.
Remarks
Use the ShowPickers property to get or set the display options of the drop-down picker.
See Also