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


In This Topic
    AutoOpenDropDown Property (GcNumber)
    In This Topic
    Gets or sets a value indicating whether drop down opened automatically when control is activated.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property AutoOpenDropDown As Boolean
    'Usage
     
    Dim instance As GcNumber
    Dim value As Boolean
     
    instance.AutoOpenDropDown = value
     
    value = instance.AutoOpenDropDown
    [Bindable(true)]
    public bool AutoOpenDropDown {get; set;}

    Property Value

    true the control will open drop down automatically when control is activated; otherwise, false.
    See Also