Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraFieldInfo Class / DropDownEnabled Property


In This Topic
    DropDownEnabled Property (DateEraFieldInfo)
    In This Topic
    Gets or sets a bool value that indicates whether the drop-down function is active.
    Syntax
    'Declaration
     
    
    Public Overridable Property DropDownEnabled As Boolean
    'Usage
     
    
    Dim instance As DateEraFieldInfo
    Dim value As Boolean
     
    instance.DropDownEnabled = value
     
    value = instance.DropDownEnabled
    public virtual bool DropDownEnabled {get; set;}

    Property Value

    A bool value, true indicates the drop-down function is active, otherwise, false.
    The default is false.
    Remarks
    This property indicates whether the drop-down window can drop down.
    See Also