ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / IRule Interface / StopIfTrue Property

In This Topic
    StopIfTrue Property (IRule)
    In This Topic
    Gets or sets a Boolean value that determines if additional formatting rules for the item should be evaluated, if the current rule is set to True.
    Syntax
    'Declaration
     
    
    Property StopIfTrue As Boolean
    bool StopIfTrue {get; set;}
    See Also