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

In This Topic
    AllowedRules Property (ViewOptions)
    In This Topic
    どのタイプのルールが C1RulesManager コントロールによってサポートされているかを示す値を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property AllowedRules As RuleTypes
    public RuleTypes AllowedRules {get; set;}
    See Also