Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / IsDropDownOpen Property


In This Topic
    IsDropDownOpen Property
    In This Topic
    Gets or sets a value that indicates whether the dropdown is currently visible.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsDropDownOpen")>
    <BrowsableAttribute(True)>
    Public Property IsDropDownOpen As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.IsDropDownOpen = value
     
    value = instance.IsDropDownOpen
    [Foundation.Export("IsDropDownOpen")]
    [Browsable(true)]
    public bool IsDropDownOpen {get; set;}
    See Also