Spread Windows Forms 12.0 Product Documentation
ShowPickers Property (DateTimeDropDownPicker)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownPicker 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 DateTimeDropDownPicker
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

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members