Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsRule Class / StopIfTrue Property

In This Topic
    StopIfTrue Property (RulesEngineSegmentsRule)
    In This Topic
    Gets or sets whether 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