Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / ShowHeader Property


In This Topic
    ShowHeader Property (C1DropDown)
    In This Topic
    Gets or sets a value that indicates whether the header is currently visible.
    Syntax
    'Declaration
     
    
    Public Property ShowHeader As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.ShowHeader = value
     
    value = instance.ShowHeader
    public bool ShowHeader {get; set;}
    See Also