C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / EditableHeaderBackgroundColor Property


In This Topic
EditableHeaderBackgroundColor Property
In This Topic
Gets or sets the background color for the editable header.
Syntax
'Declaration
 
Public Property EditableHeaderBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Xamarin.Forms.Color
 
instance.EditableHeaderBackgroundColor = value
 
value = instance.EditableHeaderBackgroundColor
See Also