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

In This Topic
    IsRuleNameVisible Property
    In This Topic
    Gets or sets whether the name of the rule is visible in the rule editor.
    Syntax
    'Declaration
     
    Public Property IsRuleNameVisible As Boolean
    public bool IsRuleNameVisible {get; set;}
    See Also