Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownInfo Class / DropDownType Property


In This Topic
    DropDownType Property (DateTimeDropDownInfo)
    In This Topic
    Gets or sets the drop-down type.
    Syntax
    'Declaration
     
    
    Public Property DropDownType As DateDropDownType
    'Usage
     
    
    Dim instance As DateTimeDropDownInfo
    Dim value As DateDropDownType
     
    instance.DropDownType = value
     
    value = instance.DropDownType
    public DateDropDownType DropDownType {get; set;}

    Property Value

    One of the DateDropDownType values, indicates the type of the drop-down.
    See Also