Spread Windows Forms 12.0 Product Documentation
DropDownPicker Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcDateTimeCellType Class : DropDownPicker Property
Gets the settings for the drop-down picker.
Syntax
'Declaration
 
Public ReadOnly Property DropDownPicker As DateTimeDropDownPickerInfo
'Usage
 
Dim instance As GcDateTimeCellType
Dim value As DateTimeDropDownPickerInfo
 
value = instance.DropDownPicker
public DateTimeDropDownPickerInfo DropDownPicker {get;}

Property Value

A DateTimeDropDownPicker instance that indicates the settings for the drop-down picker.
Remarks
The drop-down picker control can be customized by setting this DropDownPicker property.
See Also

Reference

GcDateTimeCellType Class
GcDateTimeCellType Members