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

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