ComponentOne Xamarin.iOS
ShowHeader Property (C1DropDown)


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

Reference

C1DropDown Class
C1DropDown Members