Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / IsDropDownOpenProperty Field


In This Topic
    IsDropDownOpenProperty Field
    In This Topic
    Identifies the IsDropDownOpen dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsDropDownOpenProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1DropDown.IsDropDownOpenProperty
    public static readonly DependencyProperty IsDropDownOpenProperty
    See Also