C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / Header Property


In This Topic
Header Property (C1DropDown)
In This Topic
Gets or sets the header view.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Header")>
<BrowsableAttribute(True)>
Public Property Header As UIKit.UIView
 
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIView
 
instance.Header = value
 
value = instance.Header
See Also