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


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