ComponentOne Xamarin.iOS
ShowEditableHeader Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : ShowEditableHeader Property
Gets or sets a value that indicates whether the editable header is currently visible.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowEditableHeader")>
<BrowsableAttribute(True)>
Public Property ShowEditableHeader As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowEditableHeader = value
 
value = instance.ShowEditableHeader
[Foundation.Export("ShowEditableHeader")]
[Browsable(true)]
public bool ShowEditableHeader {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members