Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / IDropDown Interface / AutoOpenDropDown Property


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

    Property Value

    A System.Boolean value, true if the auto drop down when focus come to this field, otherwise,false.
    See Also