Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / IsEditable Property


In This Topic
    IsEditable Property
    In This Topic
    Gets or sets the value that enables or disables editing of the text in the control.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.IsEditable = value
     
    value = instance.IsEditable
    public bool IsEditable {get; set;}
    See Also