Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateEraField Class / AllowDropDownOpen Property


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

    Property Value

    A System.Boolean value, true indicates the dropdown function is active; otherwise, false. The default value is false.
    See Also