Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateDropDownType Enumeration


In This Topic
    DateDropDownType Enumeration
    In This Topic
    Prepesnets the drop down element type for the GcDateTime.
    Syntax
    'Declaration
     
    
    Public Enum DateDropDownType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DateDropDownType
    public enum DateDropDownType : System.Enum 
    Members
    MemberDescription
    CalendarShows the drop-down Calendar on the drop down window.
    PickerShows the drop-down picker on the drop down window.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.DateDropDownType

    See Also