ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / Rule Class / StopIfTrue Property

In This Topic
    StopIfTrue Property (Rule)
    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
     
    
    Public Property StopIfTrue As Boolean
    public bool StopIfTrue {get; set;}
    See Also