Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / DropDownPicker Property


In This Topic
    DropDownPicker Property (GcDateTimeCellType)
    In This Topic
    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