Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesManager Class / IsAddButtonVisible Property

In This Topic
    IsAddButtonVisible Property
    In This Topic
    Gets or sets whether the button to add new rules is visible.
    Syntax
    'Declaration
     
    Public Property IsAddButtonVisible As Boolean
    public bool IsAddButtonVisible {get; set;}
    See Also