ComponentOne Xamarin.iOS
Header Property (C1DropDown)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : Header Property
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
[Foundation.Export("Header")]
[Browsable(true)]
public UIKit.UIView Header {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members