Xamarin.Forms | ComponentOne
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
    public Xamarin.Forms.Color EditableHeaderBackgroundColor {get; set;}
    See Also