ComponentOne Xamarin.iOS
IsEditable Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : IsEditable Property
Gets or sets the value that enables or disables editing of the text in the control.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsEditable")>
<BrowsableAttribute(True)>
Public Property IsEditable As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
[Foundation.Export("IsEditable")]
[Browsable(true)]
public bool IsEditable {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members