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

In This Topic
    AllowedRules Property (ViewOptions)
    In This Topic
    Gets or sets a value indicating which types of rules are supported by the C1RulesManager control.
    Syntax
    'Declaration
     
    
    Public Property AllowedRules As RuleTypes
    public RuleTypes AllowedRules {get; set;}
    See Also