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


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

    Property Value

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