ComponentOne Xamarin.iOS
EditableHeaderBackgroundColor Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : EditableHeaderBackgroundColor Property
Gets or sets the background color for the editable header.
Syntax
'Declaration
 
<Foundation.ExportAttribute("EditableHeaderBackgroundColor")>
<BrowsableAttribute(True)>
Public Property EditableHeaderBackgroundColor As UIKit.UIColor
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIColor
 
instance.EditableHeaderBackgroundColor = value
 
value = instance.EditableHeaderBackgroundColor
[Foundation.Export("EditableHeaderBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor EditableHeaderBackgroundColor {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members