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


In This Topic
    AutoOpenDropDown Property (DateEraField)
    In This Topic
    Gets or sets a System.Boolean value which indicates whether auto drop down when focus come to this field. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property AutoOpenDropDown As Boolean
    'Usage
     
    Dim instance As DateEraField
    Dim value As Boolean
     
    instance.AutoOpenDropDown = value
     
    value = instance.AutoOpenDropDown
    public bool AutoOpenDropDown {get; set;}

    Property Value

    A System.Boolean value, true if the auto drop down when focus come to this field, otherwise,false. The default value is false.
    Remarks
    When AllowDropDownOpen and AutoOpenDropDown are both true, drop down will open when DateEraField is activated. If AllowDropDownOpen is false, even if AutoOpenDropDown were true the drop down would not be opened.
    See Also