Spread Windows Forms 12.0 Product Documentation
ShowPickers Property (DateTimeDropDownPickerInfo)


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

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

Reference

DateTimeDropDownPickerInfo Class
DateTimeDropDownPickerInfo Members