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


In This Topic
    ShowClearButton Property (C1DropDown)
    In This Topic
    Gets or sets a value that indicates whether the clear button show or not.
    Syntax
    'Declaration
     
    
    Public Property ShowClearButton As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.ShowClearButton = value
     
    value = instance.ShowClearButton
    public bool ShowClearButton {get; set;}
    See Also