InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / DeleteButtonVisibility Property

In This Topic
    DeleteButtonVisibility Property
    In This Topic
    Gets or sets a value that determines whether the Delete button is shown.
    Syntax
    'Declaration
     
    Public Property DeleteButtonVisibility As Visibility
    public Visibility DeleteButtonVisibility {get; set;}
    See Also