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


In This Topic
    AutoOpenDropDown Property (GcDateTime)
    In This Topic
    Gets or sets a System.Boolean value indicates the drop-down window auto shown when GcDateTime gets focus. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property AutoOpenDropDown As Boolean
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Boolean
     
    instance.AutoOpenDropDown = value
     
    value = instance.AutoOpenDropDown
    [Bindable(true)]
    public bool AutoOpenDropDown {get; set;}

    Property Value

    A System.Boolean value, true if the drop-down window auto shown when the control which is droppable gets focus, otherwise, false. The default value is false
    Remarks
    The drop-down window automatically shown when the AutoOpenDropDown is true and the AllowDropDownOpen is true too.
    See Also