ComponentOne Xamarin.iOS
DropDown Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : DropDown Property
Gets or sets the drop-down view.
Syntax
'Declaration
 
<Foundation.ExportAttribute("DropDown")>
<BrowsableAttribute(True)>
Public Property DropDown As UIKit.UIView
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIView
 
instance.DropDown = value
 
value = instance.DropDown
[Foundation.Export("DropDown")]
[Browsable(true)]
public UIKit.UIView DropDown {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members