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


In This Topic
    DropDown Property (GcDateTimeCellType)
    In This Topic
    Gets the drop-down settings for the drop-down function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDown As DateTimeDropDownInfo
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As DateTimeDropDownInfo
     
    value = instance.DropDown
    public DateTimeDropDownInfo DropDown {get;}

    Property Value

    A DropDown instance that indicates the drop-down settings for the drop-down function.
    Remarks
    The drop-down behavior and the window appearance can be customized by setting this DropDown property. The property specifies whether to display the drop-down, whether to make it resizeable, the drop-down window direction, the drop-down window shadow, and the animations when opening and closing.
    See Also