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


DateDropDownType Enumeration
Prepesnets the drop down element type for the GcDateTime.
Syntax
'Declaration
 
Public Enum DateDropDownType 
   Inherits System.Enum
 
'Usage
 
Dim instance As DateDropDownType
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