ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ViewOptions Class / IsAddButtonVisible Property

In This Topic
    IsAddButtonVisible Property (ViewOptions)
    In This Topic
    A value indicating whether the add new rule button is enabled and visible.
    Syntax
    'Declaration
     
    
    Public Property IsAddButtonVisible As Boolean
    public bool IsAddButtonVisible {get; set;}
    See Also