Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / ShowEditableHeader Property


In This Topic
    ShowEditableHeader Property
    In This Topic
    Gets or sets a value that indicates whether the editable header is currently visible.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ShowEditableHeader")>
    <BrowsableAttribute(True)>
    Public Property ShowEditableHeader As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.ShowEditableHeader = value
     
    value = instance.ShowEditableHeader
    [Foundation.Export("ShowEditableHeader")]
    [Browsable(true)]
    public bool ShowEditableHeader {get; set;}
    See Also