ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / IViewOptions Interface / IsConditionVisible Property

In This Topic
    IsConditionVisible Property (IViewOptions)
    In This Topic
    Gets or sets a value indicating whether to show the C1RulesManager formatting condition element.
    Syntax
    'Declaration
     
    
    Property IsConditionVisible As Boolean
    bool IsConditionVisible {get; set;}
    Remarks
    If this property is set to no, it means that the button for adding a new rule or switching rule types will not be available too.
    See Also