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

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