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


In This Topic
    DropDownPicker Property (GcDateTime)
    In This Topic
    Gets the settings for the drop-down picker.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDownPicker As DateTimeDropDownPicker
    'Usage
     
    
    Dim instance As GcDateTime
    Dim value As DateTimeDropDownPicker
     
    value = instance.DropDownPicker
    public DateTimeDropDownPicker 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