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


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